|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.metanotion.util.ByteChunkInputStream
public final class ByteChunkInputStream
| Constructor Summary | |
|---|---|
ByteChunkInputStream(java.io.InputStream is)
|
|
| Method Summary | |
|---|---|
int |
available()
Return how many objects are available for reading. |
void |
close()
Close the stream. |
boolean |
isEOF()
Determine if the stream has been closed. |
byte[] |
read()
Return the next object in the stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ByteChunkInputStream(java.io.InputStream is)
| Method Detail |
|---|
public int available()
ObjectInputStream
available in interface ObjectInputStream<byte[]>public byte[] read()
ObjectInputStream
read in interface ObjectInputStream<byte[]>public boolean isEOF()
ObjectInputStream
isEOF in interface ObjectInputStream<byte[]>public void close()
ObjectInputStream
close in interface ObjectInputStream<byte[]>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||