| Class | Description |
|---|---|
| ArrayInput |
This class allows reading from a cached byte array.
|
| BufferInput |
This class uses an internal buffer to speed up input stream processing.
|
| DataInput |
This is an input stream for project specific data types.
|
| DecodingInput |
This server-side class wraps an
InputStream filled by a database
client. |
| LookupInput |
This input stream allows a lookup of the next byte to be returned
by an
InputStream reference. |
| NewlineInput |
This class provides a convenient access to text input.
|
| TextInput |
This class provides a convenient access to text input.
|
| XMLInput |
This class provides methods for reading XML input and recursive entities.
|