Class Summary |
APIString |
APIString is a simple class that implements the Base interface. |
AsciiInStream |
AsciiInStream is an InStream for JACOB Objects in text transport
format. |
AsciiOutStream |
AsciiOutStream is an OutStream for JACOB Objects in text transport format. |
BaseList |
BaseList is an implementation of the
Aggregate interface. |
BaseListEnumeration |
BaseListEnumeration is an implementation of the Java Enumeration inteface. |
BinaryInStream |
BinaryInstream is an InStream for JACOB Objects using
a compact binary transport format. |
BinaryOutStream |
BinaryOutStream is an OutStream for JACOB Objects in binary
transport format. |
Convert |
Converts data from an input file to a new format in an output file. |
GetStream |
The GetStream class is a utility that provides generic access to
JACOB objects, i.e., to retrieve the field values through "JACOB
reflection". |
InStream |
InStream is a base class for JACOB input filtering. |
JacobReader |
The JacobReader class is used to read in JACOB objects defined either
in a file or a String and translate them into
Base Objects. |
JDBCInStream |
JDBCInStream is an InStream for reading JACOB Objects from a JDBC
source. |
JDBCOutStream |
JDBCOutStream is an OutStream for transporting JACOB objects to a
JDBC sink. |
MemoryBuffer |
|
OutStream |
OutStream is a base class for JACOB output writing/filtering. |
SetStream |
The SetStream class is a utility that provides generic access to
JACOB objects, i.e., to assign the field values through "JACOB
reflection". |
StreamerSupport |
The StreamerSupport class is a base class for all JACOB streamer
support classes that are generated by the JACOB builder. |
TypeDict |
TypeDict objects define input JACOB dictionaries. |
XMLInStream |
XMLInStream is an AsciiInStream for JACOB Objects fron an XML source. |
XMLOutStream |
XMLOutStream is an AsciiOutStram for JACOB Objects in an XML
transport format. |