aboutsummaryrefslogtreecommitdiffstats
path: root/java_jni/org/jau/io/ByteInStream_Feed.java
diff options
context:
space:
mode:
Diffstat (limited to 'java_jni/org/jau/io/ByteInStream_Feed.java')
-rw-r--r--java_jni/org/jau/io/ByteInStream_Feed.java5
1 files changed, 4 insertions, 1 deletions
diff --git a/java_jni/org/jau/io/ByteInStream_Feed.java b/java_jni/org/jau/io/ByteInStream_Feed.java
index 96faa3f..ceb9127 100644
--- a/java_jni/org/jau/io/ByteInStream_Feed.java
+++ b/java_jni/org/jau/io/ByteInStream_Feed.java
@@ -26,7 +26,7 @@ package org.jau.io;
import java.nio.ByteBuffer;
/**
- * This class represents a Ringbuffer-Based byte input stream with an externally provisioned data feed.
+ * Ringbuffer-Based byte input stream with an externally provisioned data feed.
*
* Instance uses the native C++ object `jau::io::ByteInStream_Feed`.
*/
@@ -71,6 +71,9 @@ public final class ByteInStream_Feed implements ByteInStream {
}
@Override
+ public native boolean is_open();
+
+ @Override
public void clear(final IOState state) {
clearImpl( state.mask );
}