Modifier and Type | Class and Description |
---|---|
class |
ASCII85OutputStream
The ASCII85InputStream encodes binary data as ASCII base-85 encoding.
|
class |
ASCIIHexOutputStream
The ASCIIHexOutputStream encodes binary data as ASCII Hexadecimal.
|
class |
Base64OutputStream
The Base64OutputStream encodes binary data according to RFC 2045.
|
class |
BitOutputStream
Class to write bits to a Stream, allowing for byte synchronization.
|
class |
ByteCountOutputStream
Allows to write to some internal buffer and keep count of any set of stacked
buffers written.
|
class |
ByteOrderOutputStream
Class to write bytes and pairs of bytes in both little and big endian order.
|
class |
CompressableOutputStream
Special stream that can be used to write a header in uncompressed format, and
the rest of the stream in compressed format.
|
class |
FlateOutputStream
The FlateOutputStream uses the Deflate mechanism to compress data.
|
class |
JavaArrayWriter
The JavaArrayOutputStream writes out the text in java to compile into a byte
array.
|
class |
RunLengthOutputStream
The RunLengthOutputStream encodes data as Run Length encoding.
|
class |
TaggedOutputStream
Class to write Tagged blocks to a Stream.
|
class |
UniquePrintStream
The UniquePrintStream keeps Strings buffered in sorted order, but any
duplicates are removed.
|
Copyright © 2016. All rights reserved.