| Class | Description |
|---|---|
| BufferedInput |
An efficient buffered implementation of data input API.
|
| BufferedInputPart |
A size-delimited part of
BufferedInput for parsing of size-tagged packets. |
| BufferedOutput |
An efficient buffered implementation of data output API.
|
| ByteArrayInput |
An implementation of
BufferedInput using single byte array buffer. |
| ByteArrayOutput |
An implementation of
BufferedOutput using single byte array buffer. |
| Chunk |
A chunk of binary data.
|
| ChunkedInput |
Implementation of
BufferedInput using ChunkList as an input. |
| ChunkedOutput |
Implementation of
BufferedOutput using ChunkList as an output. |
| ChunkList |
Reusable list of
chunks with data. |
| ChunkPool | |
| ClassUtil |
Utilities to work with classes.
|
| CSVReader |
Reads data from the stream using Comma-Separated Values (CSV) format.
|
| CSVWriter |
Writes data to the stream using Comma-Separated Values (CSV) format.
|
| IOUtil |
Utility class that provides algorithms for data serialization and deserialization.
|
| Marshalled<T> |
Lazily encapsulates object and its byte array representation.
|
| Marshaller<T> |
A strategy that defines how an object is represented in a byte array inside of a
Marshalled object. |
| Marshaller.Typed<T> |
Typed marshaller that marshals instances of a single type or an array of types.
|
| SerialClassContext |
Defines context of deserialization operation.
|
| StreamCompression |
Defines byte stream compression format.
|
| StreamInput |
An implementation of
BufferedInput that reads all data from source InputStream. |
| StreamOutput |
An implementation of
BufferedOutput that writes all data to destination OutputStream. |
| UncloseableInputStream |
Delegating InputStream that does not close underlying stream.
|
| UncloseableOutputStream |
Delegating OutputStream that does not close underlying stream.
|
| URLInputStream |
Convenient class that opens specified URL for reading.
|
| Exception | Description |
|---|---|
| CSVFormatException |
Signals that input stream does not conform to the CSV format.
|
| MarshallingException |
This exception is thrown by
Marshalled when it fails to serialize/deserialize object. |
Copyright © 2002–2025 Devexperts LLC. All rights reserved.