|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.InputStream
org.openmdx.base.stream.rmi.cci.BinarySource_1InputStream
public class BinarySource_1InputStream
Streams: Binary Source InputStream
| Field Summary | |
|---|---|
protected ExecutionContext |
callbackContext
Callback Context |
protected static int |
DEFAULT_CAPACITY
The stream's default capacity |
protected BinarySource_1_0 |
in
|
| Constructor Summary | |
|---|---|
BinarySource_1InputStream(BinarySource_1_0 source,
ExecutionContext callbackContext)
Constructor |
|
BinarySource_1InputStream(BinarySource_1_0 source,
int capacity,
ExecutionContext callbackContext)
Constructor |
|
| Method Summary | |
|---|---|
void |
close()
Closes this iterator and releases any system resources associated with it. |
protected boolean |
isOpen()
|
long |
length()
Get the stream's length |
int |
read()
|
| Methods inherited from class java.io.InputStream |
|---|
available, mark, markSupported, read, read, reset, skip |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BinarySource_1_0 in
protected static int DEFAULT_CAPACITY
protected final ExecutionContext callbackContext
| Constructor Detail |
|---|
public BinarySource_1InputStream(BinarySource_1_0 source,
int capacity,
ExecutionContext callbackContext)
source - capacity - callbackContext - The execution context for callbacks
public BinarySource_1InputStream(BinarySource_1_0 source,
ExecutionContext callbackContext)
source - callbackContext - The execution context for callbacks| Method Detail |
|---|
protected boolean isOpen()
public long length()
throws IOException
length in interface Source_1_0IOException
public void close()
throws IOException
Source_1_0No read() operation must be invoked after close().
close in interface Closeableclose in interface Source_1_0close in class InputStreamIOException - if an I/O error occurs.
public int read()
throws IOException
read in class InputStreamIOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||