Package com.devexperts.io

Input/output utility classes.

See:
          Description

Class Summary
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.
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> Encapsulates lazy Object and byte array forms accessible via corresponding get methods.
StreamInput An implementation of BufferedInput that reads all data from source InputStream.
StreamOutput An implementation of BufferedOutput that writes all data to destination OutputStream.
URLInputStream Convenient class that opens specified URL for reading.
 

Exception Summary
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.
 

Package com.devexperts.io Description

Input/output utility classes.



Copyright © 2013 Devexperts. All Rights Reserved.