public final class DecodingInput
extends java.io.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 skipped| Constructor and Description |
|---|
DecodingInput(java.io.InputStream in)
Constructor.
|