Class and Description |
---|
Action
Generic Action, to be used with the TagIn/OutputStreams.
|
ActionHeader
Keeps the actionCode and Length of a specific action.
|
ActionSet
Class to keep registered Actions, which should be used by the
TaggedIn/OutputStream.
|
ASCII85
Constants for the ASCII85 encoding.
|
BitInputStream
Class to read bits from a Stream, allowing for byte synchronization.
|
BitOutputStream
Class to write bits to a Stream, allowing for byte synchronization.
|
ByteCountInputStream
The input buffer can be limited to less than the number of bytes of the
underlying buffer.
|
ByteCountOutputStream
Allows to write to some internal buffer and keep count of any set of stacked
buffers written.
|
ByteOrderInputStream
Class to read bytes and pairs of bytes in both little and big endian order.
|
ByteOrderOutputStream
Class to write bytes and pairs of bytes in both little and big endian order.
|
CompressableOutputStream
Special stream that can be used to write a header in uncompressed format, and
the rest of the stream in compressed format.
|
DecodingInputStream
Handles read by always throwing IOExceptions even in the middle of a read of
an array.
|
DecompressableInputStream
Special stream that can be used to read uncompressed first and compressed
from a certain byte.
|
EEXECConstants
Constants for the EEXEC encoding (used by Type1 Fonts).
|
FinishableOutputStream
The FinishableOutputStream allows a generic way of calling finish on an
output stream without closing it.
|
IndentPrintWriter
A PrintWriter that keeps track of an indentation level and indents the output
appropriately.
|
LineNumberWriter.LineNumberEvent
Event to be used by the LineNumberListener interface.
|
LineNumberWriter.LineNumberListener
LineNumberListener interface can inform a listener about changes in the
line number, or when a linenumber limit has been reached.
|
PromptListener
Listener to inform that Prompt of the PromptInputStream has been found.
|
RoutedInputStream
The RoutedInputStream allows the user to add a listener for a certain
delimited portion of the main inputstream.
|
RoutedInputStream.Route
Route which can be read up to and including the end marker.
|
RouteListener
Listener to inform that a specific route of the RoutedInputStream has been
found.
|
RunLength
Constants for the RunLength encoding.
|
Tag
Generic Tag to be used by TaggedIn/OutputStreams.
|
TaggedInputStream
Class to read Tagged blocks from a Stream.
|
TaggedOutput |
TaggedOutputStream
Class to write Tagged blocks to a Stream.
|
TagHeader
Keeps the tagID and Length of a specific tag.
|
TagSet
Class to keep registered Tags, which should be used by the
TaggedIn/OutputStream.
|
Copyright © 2016. All rights reserved.