| Name | Description | Type | Package | Framework |
| ASCII85 | Constants for the ASCII85 encoding. | Interface | org.freehep.util.io | FreeHep |
|
| ASCII85InputStream | The ASCII85InputStream decodes ASCII base-85 encoded data. | Class | org.freehep.util.io | FreeHep |
|
| ASCII85OutputStream | The ASCII85InputStream encodes binary data as ASCII base-85 encoding. | Class | org.freehep.util.io | FreeHep |
|
| ASCIIHexInputStream | The ASCIIHexOutputStream decodes ASCII Hexadecimal. | Class | org.freehep.util.io | FreeHep |
|
| ASCIIHexOutputStream | The ASCIIHexOutputStream encodes binary data as ASCII Hexadecimal. | Class | org.freehep.util.io | FreeHep |
|
| Action | Generic Action, to be used with the TagIn/OutputStreams. | Class | org.freehep.util.io | FreeHep |
|
| Action .Unknown | Used for not recognized actions. | Class | org.freehep.util.io.Action | FreeHep |
|
| ActionHeader | Keeps the actionCode and Length of a specific action. | Class | org.freehep.util.io | FreeHep |
|
| ActionSet | Class to keep registered Actions, which should be used by the TaggedIn/OutputStream. | Class | org.freehep.util.io | FreeHep |
|
| Base64InputStream | The Base64InputStream decodes binary data according to RFC 2045. | Class | org.freehep.util.io | FreeHep |
|
| Base64OutputStream | The Base64OutputStream encodes binary data according to RFC 2045. | Class | org.freehep.util.io | FreeHep |
|
| BitInputStream | Class to read bits from a Stream, allowing for byte synchronization. | Class | org.freehep.util.io | FreeHep |
|
| BitOutputStream | Class to write bits to a Stream, allowing for byte synchronization. | Class | org.freehep.util.io | FreeHep |
|
| ByteCountInputStream | The input buffer can be limited to less than the number of bytes of the underlying buffer. | Class | org.freehep.util.io | FreeHep |
|
| ByteCountOutputStream | Allows to write to some internal buffer and keep count of any set of stacked buffers written. | Class | org.freehep.util.io | FreeHep |
|
| ByteOrderInputStream | Class to read bytes and pairs of bytes in both little and big endian order. | Class | org.freehep.util.io | FreeHep |
|
| ByteOrderOutputStream | Class to write bytes and pairs of bytes in both little and big endian order. | Class | org.freehep.util.io | FreeHep |
|
| CompressableOutputStream | | Class | org.freehep.util.io | FreeHep |
|
| ConditionalInputStream | The ConditionalInputStream reads a stream and filters certain parts depending of properties and statements in the input. | Class | org.freehep.util.io | FreeHep |
|
| CountedByteOutputStream | The CountedByteOutputStream counts the number of bytes written. | Class | org.freehep.util.io | FreeHep |
|
| DCTInputStream | Reads images from a JPEG Stream, but only images. | Class | org.freehep.util.io | FreeHep |
|
| DecompressableInputStream | IMPORTANT: inherits from InputStream rather than FilterInputStream so that the correct read(byte[], int, int) method is used. | Class | org.freehep.util.io | FreeHep |
|
| DummyOutputStream | Equivalent to writing to /dev/nulAuthor:tonyjSource Code:DummyOutputStream. | Class | org.freehep.util.io | FreeHep |
|
| EEXECConstants | Constants for the EEXEC encoding (used by Type1 Fonts). | Interface | org.freehep.util.io | FreeHep |
|
| EEXECDecryption | Decrypts using the EEXEC form (Used by Type 1 fonts). | Class | org.freehep.util.io | FreeHep |
|
| EEXECEncryption | Encrypts using the EEXEC form (Used by Type 1 fonts). | Class | org.freehep.util.io | FreeHep |
|
| EncodingException | Encoding Exception for any of the encoding streams. | Class | org.freehep.util.io | FreeHep |
|
| FinishableOutputStream | The FinishableOutputStream allows a generic way of calling finish on an output stream without closing it. | Interface | org.freehep.util.io | FreeHep |
|
| FlateInputStream | The FlateInputStream uses the Deflate mechanism to compress data. | Class | org.freehep.util.io | FreeHep |
|
| FlateOutputStream | The FlateOutputStream uses the Deflate mechanism to compress data. | Class | org.freehep.util.io | FreeHep |
|
| IncompleteActionException | Exception for the TaggedInputStream. | Class | org.freehep.util.io | FreeHep |
|
| IncompleteTagException | Exception for the TaggedInputStream. | Class | org.freehep.util.io | FreeHep |
|
| IndentPrintWriter | A PrintWriter that keeps track of an indentation level and indents the output appropriately. | Class | org.freehep.util.io | FreeHep |
|
| LineNumberWriter | Counts line numbers, based on the first cr-lf, cr or lf it finds. | Class | org.freehep.util.io | FreeHep |
|
| LineNumberWriter .LineNumberEvent | See Also:Serialized FormSource Code:LineNumberWriter. | Class | org.freehep.util.io.LineNumberWriter | FreeHep |
|
| LineNumberWriter .LineNumberListener | Source Code:LineNumberWriter. | Interface | org.freehep.util.io.LineNumberWriter | FreeHep |
|
| NoCloseInputStream | The NoCloseInputStream ignores the close so that one can keep reading from the underlying stream. | Class | org.freehep.util.io | FreeHep |
|
| NoCloseOutputStream | The NoCloseOutputStream ignores the close so that one can keep writing to the underlying stream. | Class | org.freehep.util.io | FreeHep |
|
| NoCloseReader | The NoCloseReader ignores the close so that one can keep reading from the underlying stream. | Class | org.freehep.util.io | FreeHep |
|
| NoCloseWriter | The NoCloseWriter ignores the close so that one can keep writing to the underlying stream. | Class | org.freehep.util.io | FreeHep |
|
| PromptInputStream | The PromptInputStream reads from an inputstream until it reads any prompt for which a listener is added. | Class | org.freehep.util.io | FreeHep |
|
| PromptListener | Listener to inform that Prompt of the PromptInputStream has been found. | Interface | org.freehep.util.io | FreeHep |
|
| ReaderInputStream | The ReaderInputStream makes a Reader look like an InputStream so one can use any of the filters. | Class | org.freehep.util.io | FreeHep |
|
| RouteListener | Listener to inform that a specific route of the RoutedInputStream has been found. | Interface | org.freehep.util.io | FreeHep |
|
| RoutedInputStream | The RoutedInputStream allows the user to add a listener for a certain delimited portion of the main inputstream. | Class | org.freehep.util.io | FreeHep |
|
| RunLength | Constants for the RunLength encoding. | Interface | org.freehep.util.io | FreeHep |
|
| RunLengthInputStream | The RunLengthStream decodes Run Length encoding. | Class | org.freehep.util.io | FreeHep |
|
| RunLengthOutputStream | The RunLengthOutputStream encodes data as Run Length encoding. | Class | org.freehep.util.io | FreeHep |
|
| StandardFileFilter | The template characters are treated literally and are case sensitive with the following exceptions: | Class | org.freehep.util.io | FreeHep |
|
| Tag | Generic Tag to be used by TaggedIn/OutputStreams. | Class | org.freehep.util.io | FreeHep |
|
| TagHeader | Keeps the tagID and Length of a specific tag. | Class | org.freehep.util.io | FreeHep |
|
| TagSet | Class to keep registered Tags, which should be used by the TaggedIn/OutputStream. | Class | org.freehep.util.io | FreeHep |
|
| TaggedInputStream | Class to read Tagged blocks from a Stream. | Class | org.freehep.util.io | FreeHep |
|
| TaggedOutput | | Interface | org.freehep.util.io | FreeHep |
|
| TaggedOutputStream | Class to write Tagged blocks to a Stream. | Class | org.freehep.util.io | FreeHep |
|
| UndefinedTag | Tag to hold the data for an Undefined Tag for the TaggedIn/OutputStreams. | Class | org.freehep.util.io | FreeHep |
|
| UndefinedTagException | Exception for the TaggedOutputStream. | Class | org.freehep.util.io | FreeHep |
|
| UniquePrintStream | The UniquePrintStream keeps Strings buffered in sorted order, but any duplicates are removed. | Class | org.freehep.util.io | FreeHep |
|
| WriterOutputStream | The WriterOutputStream makes a Writer look like an OutputStream. | Class | org.freehep.util.io | FreeHep |
|
| XMLSequence | The XMLSequence allows parsing by an XML Parser of concatenated XML segments. | Class | org.freehep.util.io | FreeHep |