| Interface | Description |
|---|---|
| EndianInput | |
| IoConstants | |
| IoFactory | |
| MapReaderFactory | |
| MapWriter | |
| MapWriterFactory | |
| NamedObject | |
| ObjectWithProperties | |
| Reader<T> |
The Reader interface defines methods for reading objects of type T.
|
| Writer<T> |
| Class | Description |
|---|---|
| AbstractIoFactory | |
| AbstractMapReaderFactory | |
| AbstractMapWriter | |
| AbstractMultipleIteratorReader<T> | |
| AbstractObjectWithProperties | |
| AbstractReader<T> |
The AbstracteReader is an implementation of the
Reader interface,
which provides implementations of AbstractReader.read() and AbstractReader.visit(Visitor)
which use the Reader.iterator() method which must be implemented by
subclasses. |
| AbstractRecordWriter | |
| AbstractWriter<T> | |
| DelegatingObjectWithProperties | |
| DelegatingWriter<T> | |
| DeleteFiles | |
| FileUtil |
The FileUtil class is a utility class for performing common tasks with
classes from the java.io package.
|
| FilterReader<T> | |
| ImageInfo |
Get file format, image resolution, number of bits per pixel and optionally
number of images, comments and physical resolution from
JPEG, GIF, BMP, PCX, PNG, IFF, RAS, PBM, PGM, PPM and PSD files
(or input streams).
|
| IoFactoryRegistry | |
| LazyHttpPostOutputStream | |
| ListReader<T> | |
| NamedLinkedHashMap<K,V> | |
| Path | |
| ProtocolBufferInputStream |
Reads and decodes protocol message fields.
|
| StringBuilderWriter | |
| StringPrinter | |
| WireFormat |
This class is used internally by the Protocol Buffer library and generated
message implementations.
|
| ZipUtil | |
| ZipWriter<T> |
The ZipWriter is a wrapper for another writer which has been configured to
write files to the tempDirectory.
|
| Enum | Description |
|---|---|
| WireFormat.FieldType |
Lite equivalent to
Descriptors.FieldDescriptor.Type. |
| WireFormat.JavaType |
Lite equivalent to
Descriptors.FieldDescriptor.JavaType. |
| Exception | Description |
|---|---|
| InvalidProtocolBufferException |
Thrown when a protocol message being parsed is invalid in some way,
e.g.
|
Copyright © 2015 Revolution Systems Inc.. All rights reserved.