Modifier and Type | Class and Description |
---|---|
class |
ASCII85InputStream
The ASCII85InputStream decodes ASCII base-85 encoded data.
|
class |
ASCIIHexInputStream
The ASCIIHexOutputStream decodes ASCII Hexadecimal.
|
class |
Base64InputStream
The Base64InputStream decodes binary data according to RFC 2045.
|
class |
BitInputStream
Class to read bits from a Stream, allowing for byte synchronization.
|
class |
ByteCountInputStream
The input buffer can be limited to less than the number of bytes of the
underlying buffer.
|
class |
ByteOrderInputStream
Class to read bytes and pairs of bytes in both little and big endian order.
|
class |
ConditionalInputStream
The ConditionalInputStream reads a stream and filters certain parts depending
of properties and statements in the input.
|
class |
DecompressableInputStream
Special stream that can be used to read uncompressed first and compressed
from a certain byte.
|
class |
PromptInputStream
The PromptInputStream reads from an inputstream until it reads any prompt for
which a listener is added.
|
class |
RoutedInputStream
The RoutedInputStream allows the user to add a listener for a certain
delimited portion of the main inputstream.
|
class |
RunLengthInputStream
The RunLengthStream decodes Run Length encoding.
|
class |
TaggedInputStream
Class to read Tagged blocks from a Stream.
|
Copyright © 2016. All rights reserved.