|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.basex.io.BufferInput
org.basex.io.CachedInput
public final class CachedInput
This class allows reading from a cached byte array.
Constructor Summary | |
---|---|
CachedInput(byte[] input)
Initializes the file reader. |
Method Summary | |
---|---|
byte |
readByte()
Returns the next byte. |
Methods inherited from class org.basex.io.BufferInput |
---|
close, encoding, encoding, length, length, read, read, readChar, size |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CachedInput(byte[] input)
input
- input bytesMethod Detail |
---|
public byte readByte()
readByte
in class BufferInput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |