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.
|
TarEntry |
Representation of a single TAR entry.
|
TarInputStream |
Input stream filter for reading files in the TAR file format.
|
TextInput |
This class provides buffered access to textual input.
|
XMLInput |
This class provides methods for reading XML input and recursive entities.
|
Exception | Description |
---|---|
EncodingException |
This class indicates exceptions during the decoding of the input stream.
|
InputException |
This class indicates exceptions during input stream processing.
|
Copyright © 2005–2015 BaseX Team. All rights reserved.