public final class DecodingInput extends InputStream
InputStream
filled by a database
client. The incoming bytes are decoded:
0x00
is treated as end of stream, and -1 is returned0xFF
is treated as encoding flag and skippedConstructor and Description |
---|
DecodingInput(InputStream input)
Constructor.
|
public DecodingInput(InputStream input)
input
- buffer input to be wrappedpublic int read() throws IOException
read
in class InputStream
IOException
public void flush() throws IOException
IOException
- I/O exceptionCopyright © 2005–2015 BaseX Team. All rights reserved.