Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.freehep.util.io Classes and Interfaces - 60 results found.
NameDescriptionTypePackageFramework
ASCII85Constants for the ASCII85 encoding.Interfaceorg.freehep.util.ioFreeHep
ASCII85InputStreamThe ASCII85InputStream decodes ASCII base-85 encoded data.Classorg.freehep.util.ioFreeHep
ASCII85OutputStreamThe ASCII85InputStream encodes binary data as ASCII base-85 encoding.Classorg.freehep.util.ioFreeHep
ASCIIHexInputStreamThe ASCIIHexOutputStream decodes ASCII Hexadecimal.Classorg.freehep.util.ioFreeHep
ASCIIHexOutputStreamThe ASCIIHexOutputStream encodes binary data as ASCII Hexadecimal.Classorg.freehep.util.ioFreeHep
ActionGeneric Action, to be used with the TagIn/OutputStreams.Classorg.freehep.util.ioFreeHep
Action .UnknownUsed for not recognized actions.Classorg.freehep.util.io.ActionFreeHep
ActionHeaderKeeps the actionCode and Length of a specific action.Classorg.freehep.util.ioFreeHep
ActionSetClass to keep registered Actions, which should be used by the TaggedIn/OutputStream.Classorg.freehep.util.ioFreeHep
Base64InputStreamThe Base64InputStream decodes binary data according to RFC 2045.Classorg.freehep.util.ioFreeHep
Base64OutputStreamThe Base64OutputStream encodes binary data according to RFC 2045.Classorg.freehep.util.ioFreeHep
BitInputStreamClass to read bits from a Stream, allowing for byte synchronization.Classorg.freehep.util.ioFreeHep
BitOutputStreamClass to write bits to a Stream, allowing for byte synchronization.Classorg.freehep.util.ioFreeHep
ByteCountInputStreamThe input buffer can be limited to less than the number of bytes of the underlying buffer.Classorg.freehep.util.ioFreeHep
ByteCountOutputStreamAllows to write to some internal buffer and keep count of any set of stacked buffers written.Classorg.freehep.util.ioFreeHep
ByteOrderInputStreamClass to read bytes and pairs of bytes in both little and big endian order.Classorg.freehep.util.ioFreeHep
ByteOrderOutputStreamClass to write bytes and pairs of bytes in both little and big endian order.Classorg.freehep.util.ioFreeHep
CompressableOutputStreamClassorg.freehep.util.ioFreeHep
ConditionalInputStreamThe ConditionalInputStream reads a stream and filters certain parts depending of properties and statements in the input.Classorg.freehep.util.ioFreeHep
CountedByteOutputStreamThe CountedByteOutputStream counts the number of bytes written.Classorg.freehep.util.ioFreeHep
DCTInputStreamReads images from a JPEG Stream, but only images.Classorg.freehep.util.ioFreeHep
DecompressableInputStreamIMPORTANT: inherits from InputStream rather than FilterInputStream so that the correct read(byte[], int, int) method is used.Classorg.freehep.util.ioFreeHep
DummyOutputStreamEquivalent to writing to /dev/nulAuthor:tonyjSource Code:DummyOutputStream.Classorg.freehep.util.ioFreeHep
EEXECConstantsConstants for the EEXEC encoding (used by Type1 Fonts).Interfaceorg.freehep.util.ioFreeHep
EEXECDecryptionDecrypts using the EEXEC form (Used by Type 1 fonts).Classorg.freehep.util.ioFreeHep
EEXECEncryptionEncrypts using the EEXEC form (Used by Type 1 fonts).Classorg.freehep.util.ioFreeHep
EncodingExceptionEncoding Exception for any of the encoding streams.Classorg.freehep.util.ioFreeHep
FinishableOutputStreamThe FinishableOutputStream allows a generic way of calling finish on an output stream without closing it.Interfaceorg.freehep.util.ioFreeHep
FlateInputStreamThe FlateInputStream uses the Deflate mechanism to compress data.Classorg.freehep.util.ioFreeHep
FlateOutputStreamThe FlateOutputStream uses the Deflate mechanism to compress data.Classorg.freehep.util.ioFreeHep
IncompleteActionExceptionException for the TaggedInputStream.Classorg.freehep.util.ioFreeHep
IncompleteTagExceptionException for the TaggedInputStream.Classorg.freehep.util.ioFreeHep
IndentPrintWriterA PrintWriter that keeps track of an indentation level and indents the output appropriately.Classorg.freehep.util.ioFreeHep
LineNumberWriterCounts line numbers, based on the first cr-lf, cr or lf it finds.Classorg.freehep.util.ioFreeHep
LineNumberWriter .LineNumberEventSee Also:Serialized FormSource Code:LineNumberWriter.Classorg.freehep.util.io.LineNumberWriterFreeHep
LineNumberWriter .LineNumberListenerSource Code:LineNumberWriter.Interfaceorg.freehep.util.io.LineNumberWriterFreeHep
NoCloseInputStreamThe NoCloseInputStream ignores the close so that one can keep reading from the underlying stream.Classorg.freehep.util.ioFreeHep
NoCloseOutputStreamThe NoCloseOutputStream ignores the close so that one can keep writing to the underlying stream.Classorg.freehep.util.ioFreeHep
NoCloseReaderThe NoCloseReader ignores the close so that one can keep reading from the underlying stream.Classorg.freehep.util.ioFreeHep
NoCloseWriterThe NoCloseWriter ignores the close so that one can keep writing to the underlying stream.Classorg.freehep.util.ioFreeHep
PromptInputStreamThe PromptInputStream reads from an inputstream until it reads any prompt for which a listener is added.Classorg.freehep.util.ioFreeHep
PromptListenerListener to inform that Prompt of the PromptInputStream has been found.Interfaceorg.freehep.util.ioFreeHep
ReaderInputStreamThe ReaderInputStream makes a Reader look like an InputStream so one can use any of the filters.Classorg.freehep.util.ioFreeHep
RouteListenerListener to inform that a specific route of the RoutedInputStream has been found.Interfaceorg.freehep.util.ioFreeHep
RoutedInputStreamThe RoutedInputStream allows the user to add a listener for a certain delimited portion of the main inputstream.Classorg.freehep.util.ioFreeHep
RunLengthConstants for the RunLength encoding.Interfaceorg.freehep.util.ioFreeHep
RunLengthInputStreamThe RunLengthStream decodes Run Length encoding.Classorg.freehep.util.ioFreeHep
RunLengthOutputStreamThe RunLengthOutputStream encodes data as Run Length encoding.Classorg.freehep.util.ioFreeHep
StandardFileFilter The template characters are treated literally and are case sensitive with the following exceptions:Classorg.freehep.util.ioFreeHep
TagGeneric Tag to be used by TaggedIn/OutputStreams.Classorg.freehep.util.ioFreeHep
TagHeaderKeeps the tagID and Length of a specific tag.Classorg.freehep.util.ioFreeHep
TagSetClass to keep registered Tags, which should be used by the TaggedIn/OutputStream.Classorg.freehep.util.ioFreeHep
TaggedInputStreamClass to read Tagged blocks from a Stream.Classorg.freehep.util.ioFreeHep
TaggedOutputInterfaceorg.freehep.util.ioFreeHep
TaggedOutputStreamClass to write Tagged blocks to a Stream.Classorg.freehep.util.ioFreeHep
UndefinedTagTag to hold the data for an Undefined Tag for the TaggedIn/OutputStreams.Classorg.freehep.util.ioFreeHep
UndefinedTagExceptionException for the TaggedOutputStream.Classorg.freehep.util.ioFreeHep
UniquePrintStreamThe UniquePrintStream keeps Strings buffered in sorted order, but any duplicates are removed.Classorg.freehep.util.ioFreeHep
WriterOutputStreamThe WriterOutputStream makes a Writer look like an OutputStream.Classorg.freehep.util.ioFreeHep
XMLSequenceThe XMLSequence allows parsing by an XML Parser of concatenated XML segments.Classorg.freehep.util.ioFreeHep