|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.exist.storage.io.AbstractVariableByteInput
org.exist.storage.io.VariableByteInputStream
Implements VariableByteInput on top of an InputStream.
| Constructor Summary | |
VariableByteInputStream(java.io.InputStream is)
|
|
| Method Summary | |
int |
available()
Returns a value > 0 if more bytes can be read from the input. |
int |
read()
Read a single byte and return as an int value. |
| Methods inherited from class org.exist.storage.io.AbstractVariableByteInput |
copyRaw, copyTo, copyTo, read, read, readByte, readFixedInt, readInt, readLong, readShort, readUTF, release, skip, skipBytes |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VariableByteInputStream(java.io.InputStream is)
| Method Detail |
public int read()
throws java.io.IOException
VariableByteInput
read in interface VariableByteInputread in class AbstractVariableByteInputjava.io.IOException
public int available()
throws java.io.IOException
VariableByteInput
available in interface VariableByteInputavailable in class AbstractVariableByteInputjava.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||