- a85p1 - Static variable in interface org.freehep.util.io.ASCII85
-
85^1
- a85p2 - Static variable in interface org.freehep.util.io.ASCII85
-
85^2
- a85p3 - Static variable in interface org.freehep.util.io.ASCII85
-
85^3
- a85p4 - Static variable in interface org.freehep.util.io.ASCII85
-
85^4
- accept(File) - Method in class org.freehep.util.io.StandardFileFilter
-
- Action - Class in org.freehep.util.io
-
Generic Action, to be used with the TagIn/OutputStreams.
- Action(int) - Constructor for class org.freehep.util.io.Action
-
- Action.Unknown - Class in org.freehep.util.io
-
Used for not recognized actions.
- ActionHeader - Class in org.freehep.util.io
-
Keeps the actionCode and Length of a specific action.
- ActionHeader(int, long) - Constructor for class org.freehep.util.io.ActionHeader
-
Creates an action header
- actions - Variable in class org.freehep.util.io.ActionSet
-
This holds the individual actions.
- ActionSet - Class in org.freehep.util.io
-
Class to keep registered Actions, which should be used by the
TaggedIn/OutputStream.
- ActionSet() - Constructor for class org.freehep.util.io.ActionSet
-
Creates an set for actions
- actionSet - Variable in class org.freehep.util.io.TaggedInputStream
-
Set of actions that can be used by this Stream
- actionSet - Variable in class org.freehep.util.io.TaggedOutputStream
-
Set of actions that can be used by this Stream
- add(String, String) - Method in class org.freehep.util.io.OnDiskProperties
-
- addAction(Action) - Method in class org.freehep.util.io.ActionSet
-
Adds an action to the set
- addAction(Action) - Method in class org.freehep.util.io.TaggedInputStream
-
Add action to action set.
- addLineNumberListener(LineNumberWriter.LineNumberListener, int) - Method in class org.freehep.util.io.LineNumberWriter
-
Add a LineNumberListener
- addPromptListener(String, PromptListener) - Method in class org.freehep.util.io.PromptInputStream
-
Add a prompt listener for given prompt.
- addRoute(String, String, RouteListener) - Method in class org.freehep.util.io.RoutedInputStream
-
Adds a route for given start and end string.
- addRoute(byte[], byte[], RouteListener) - Method in class org.freehep.util.io.RoutedInputStream
-
Adds a route for given start and end marker.
- addTag(Tag) - Method in class org.freehep.util.io.TaggedInputStream
-
Add tag to tagset
- addTag(Tag) - Method in class org.freehep.util.io.TagSet
-
Add a new tag to this set.
- append() - Method in class org.freehep.util.io.ByteCountOutputStream
-
Inserts the bytes written as header and puts the write pointer at the end
of the stream.
- ASCII85 - Interface in org.freehep.util.io
-
Constants for the ASCII85 encoding.
- ASCII85InputStream - Class in org.freehep.util.io
-
The ASCII85InputStream decodes ASCII base-85 encoded data.
- ASCII85InputStream(InputStream) - Constructor for class org.freehep.util.io.ASCII85InputStream
-
Create an ASCII85 Input Stream from given stream.
- ASCII85OutputStream - Class in org.freehep.util.io
-
The ASCII85InputStream encodes binary data as ASCII base-85 encoding.
- ASCII85OutputStream(OutputStream) - Constructor for class org.freehep.util.io.ASCII85OutputStream
-
Create an ASCII85 Output Stream from given stream
- ASCIIHexInputStream - Class in org.freehep.util.io
-
The ASCIIHexOutputStream decodes ASCII Hexadecimal.
- ASCIIHexInputStream(InputStream) - Constructor for class org.freehep.util.io.ASCIIHexInputStream
-
Create an ASCIIHex Input Stream from given stream
- ASCIIHexInputStream(InputStream, boolean) - Constructor for class org.freehep.util.io.ASCIIHexInputStream
-
Create an ASCIIHex Input Stream from given stream and have it optionally
ignore illegal characters
- ASCIIHexOutputStream - Class in org.freehep.util.io
-
The ASCIIHexOutputStream encodes binary data as ASCII Hexadecimal.
- ASCIIHexOutputStream(OutputStream) - Constructor for class org.freehep.util.io.ASCIIHexOutputStream
-
Create an ASCIIHex Output Stream for given stream.
- available() - Method in class org.freehep.util.io.ReaderInputStream
-
- Base64InputStream - Class in org.freehep.util.io
-
The Base64InputStream decodes binary data according to RFC 2045.
- Base64InputStream(InputStream) - Constructor for class org.freehep.util.io.Base64InputStream
-
Creates a Base64 input stream for given input
- Base64OutputStream - Class in org.freehep.util.io
-
The Base64OutputStream encodes binary data according to RFC 2045.
- Base64OutputStream(OutputStream) - Constructor for class org.freehep.util.io.Base64OutputStream
-
Creates a Base64 output stream for given output
- BIT_MASK - Static variable in class org.freehep.util.io.BitInputStream
-
- BitInputStream - Class in org.freehep.util.io
-
Class to read bits from a Stream, allowing for byte synchronization.
- BitInputStream(InputStream) - Constructor for class org.freehep.util.io.BitInputStream
-
Create a Bit input stream from viven input
- BitOutputStream - Class in org.freehep.util.io
-
Class to write bits to a Stream, allowing for byte synchronization.
- BitOutputStream(OutputStream) - Constructor for class org.freehep.util.io.BitOutputStream
-
Create a Bit output stream from given stream
- byteAlign() - Method in class org.freehep.util.io.BitInputStream
-
A utility to force the next read to be byte-aligned.
- byteAlign() - Method in class org.freehep.util.io.BitOutputStream
-
A utility to force the next write to be byte-aligned.
- ByteCountInputStream - Class in org.freehep.util.io
-
The input buffer can be limited to less than the number of bytes of the
underlying buffer.
- ByteCountInputStream(InputStream, boolean, int) - Constructor for class org.freehep.util.io.ByteCountInputStream
-
Create a Byte Count input stream from given stream
- ByteCountOutputStream - Class in org.freehep.util.io
-
Allows to write to some internal buffer and keep count of any set of stacked
buffers written.
- ByteCountOutputStream(OutputStream, boolean) - Constructor for class org.freehep.util.io.ByteCountOutputStream
-
Create a Byte Count output stream from given stream
- ByteOrderInputStream - Class in org.freehep.util.io
-
Class to read bytes and pairs of bytes in both little and big endian order.
- ByteOrderInputStream(InputStream) - Constructor for class org.freehep.util.io.ByteOrderInputStream
-
Create a byte order (big-endian) input stream from given stream.
- ByteOrderInputStream(InputStream, boolean) - Constructor for class org.freehep.util.io.ByteOrderInputStream
-
Create a byte order input stream from given stream.
- ByteOrderOutputStream - Class in org.freehep.util.io
-
Class to write bytes and pairs of bytes in both little and big endian order.
- ByteOrderOutputStream(OutputStream) - Constructor for class org.freehep.util.io.ByteOrderOutputStream
-
Create a (Big Endian) Byte Order output stream from given stream
- ByteOrderOutputStream(OutputStream, boolean) - Constructor for class org.freehep.util.io.ByteOrderOutputStream
-
Create a Byte Order output stream from the given stream
- read(int, TaggedInputStream, int) - Method in class org.freehep.util.io.Action
-
Read an action from the input, with given actioncode and length
- read(int, TaggedInputStream, int) - Method in class org.freehep.util.io.Action.Unknown
-
- read() - Method in class org.freehep.util.io.ASCII85InputStream
-
- read() - Method in class org.freehep.util.io.ASCIIHexInputStream
-
- read() - Method in class org.freehep.util.io.Base64InputStream
-
- read() - Method in class org.freehep.util.io.ByteCountInputStream
-
- read() - Method in class org.freehep.util.io.ConditionalInputStream
-
- read() - Method in class org.freehep.util.io.DCTInputStream
-
Read is not supported, only readImage.
- read(byte[], int, int) - Method in class org.freehep.util.io.DecodingInputStream
-
Overridden to make sure it ALWAYS throws an IOException while a problem
occurs in read().
- read() - Method in class org.freehep.util.io.DecompressableInputStream
-
- read() - Method in class org.freehep.util.io.EEXECDecryption
-
- read() - Method in class org.freehep.util.io.ReaderInputStream
-
- read(byte[]) - Method in class org.freehep.util.io.ReaderInputStream
-
- read(byte[], int, int) - Method in class org.freehep.util.io.ReaderInputStream
-
- read() - Method in class org.freehep.util.io.RoutedInputStream
-
Returns the next byte on this stream, however if a start marker is found,
the associated route listener is called, which should take over reading
the stream.
- read() - Method in class org.freehep.util.io.RoutedInputStream.Route
-
Returns bytes of this specific route, starting with the start marker,
followed by any bytes up to and including the end marker.
- read() - Method in class org.freehep.util.io.RunLengthInputStream
-
- read(int, TaggedInputStream, int) - Method in class org.freehep.util.io.Tag
-
This reads the information from the given input and returns a new Tag
- read(int, TaggedInputStream, int) - Method in class org.freehep.util.io.UndefinedTag
-
- read() - Method in class org.freehep.util.io.XMLSequence
-
- readAction() - Method in class org.freehep.util.io.TaggedInputStream
-
Reads action.
- readActionHeader() - Method in class org.freehep.util.io.TaggedInputStream
-
Decodes and returns the ActionHeader, which includes an actionCode and a
length.
- readAsciiZString() - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read an ascii-z (0 terminated c-string).
- readBitFlag() - Method in class org.freehep.util.io.BitInputStream
-
Read a bit from the input stream and interpret this as a boolean value.
- readBoolean() - Method in class org.freehep.util.io.ByteOrderInputStream
-
- readByte() - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read a signed byte.
- readByte(int) - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read n bytes and return in byte array.
- readChar() - Method in class org.freehep.util.io.ByteOrderInputStream
-
- readDouble() - Method in class org.freehep.util.io.ByteOrderInputStream
-
- ReaderInputStream - Class in org.freehep.util.io
-
The ReaderInputStream makes a Reader look like an InputStream so one can use
any of the filters.
- ReaderInputStream(Reader) - Constructor for class org.freehep.util.io.ReaderInputStream
-
Creates an InputStream from given Reader.
- readFBits(int) - Method in class org.freehep.util.io.BitInputStream
-
Read a float value of n-bits from the stream.
- readFloat() - Method in class org.freehep.util.io.ByteOrderInputStream
-
- readFully(byte[]) - Method in class org.freehep.util.io.ByteOrderInputStream
-
- readFully(byte[], int, int) - Method in class org.freehep.util.io.ByteOrderInputStream
-
- readImage() - Method in class org.freehep.util.io.DCTInputStream
-
- readImage() - Method in class org.freehep.util.io.FlateInputStream
-
Reads an image FIXME NOT IMPLEMENTED
- readInt() - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read a signed integer.
- readInt(int) - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read n ints and return in int array.
- readLine() - Method in class org.freehep.util.io.ByteOrderInputStream
-
Deprecated.
- readLong() - Method in class org.freehep.util.io.ByteOrderInputStream
-
- readSBits(int) - Method in class org.freehep.util.io.BitInputStream
-
Read a signed value of n-bits from the input stream.
- readShort() - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read a signed short.
- readShort(int) - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read n shorts and return in short array
- readString() - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read a string (UTF).
- readTag() - Method in class org.freehep.util.io.TaggedInputStream
-
Read a tag.
- readTagHeader() - Method in class org.freehep.util.io.TaggedInputStream
-
Decodes and returns the TagHeader, which includes a TagID and a length.
- readUBits(int) - Method in class org.freehep.util.io.BitInputStream
-
Read an unsigned value of n-bits from the input stream.
- readUnsignedByte() - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read an unsigned byte.
- readUnsignedByte(int) - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read n unsigned bytes and return in int array.
- readUnsignedInt() - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read an unsigned integer.
- readUnsignedInt(int) - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read n unsigned ints and return in long array.
- readUnsignedShort() - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read an unsigned short.
- readUnsignedShort(int) - Method in class org.freehep.util.io.ByteOrderInputStream
-
Read n unsigned shorts and return in int array
- readUTF() - Method in class org.freehep.util.io.ByteOrderInputStream
-
- realClose() - Method in class org.freehep.util.io.NoCloseInputStream
-
Close this stream (the normal close is ignored).
- realClose() - Method in class org.freehep.util.io.NoCloseOutputStream
-
Closes the stream (the close method is ignored).
- realClose() - Method in class org.freehep.util.io.NoCloseReader
-
Closes the reader (close is ignored).
- realClose() - Method in class org.freehep.util.io.NoCloseWriter
-
Closes the writer (close is ignored).
- reset() - Method in class org.freehep.util.io.ReaderInputStream
-
- reset() - Method in class org.freehep.util.io.XMLSequence
-
- Route(byte[], byte[]) - Constructor for class org.freehep.util.io.RoutedInputStream.Route
-
Creates a route with given start and end marker.
- RoutedInputStream - Class in org.freehep.util.io
-
The RoutedInputStream allows the user to add a listener for a certain
delimited portion of the main inputstream.
- RoutedInputStream(InputStream) - Constructor for class org.freehep.util.io.RoutedInputStream
-
Creates a RoutedInputStream from the underlying stream.
- RoutedInputStream.Route - Class in org.freehep.util.io
-
Route which can be read up to and including the end marker.
- routeFound(RoutedInputStream.Route) - Method in interface org.freehep.util.io.RouteListener
-
Route was found, input is supplied.
- RouteListener - Interface in org.freehep.util.io
-
Listener to inform that a specific route of the RoutedInputStream has been
found.
- RunLength - Interface in org.freehep.util.io
-
Constants for the RunLength encoding.
- RunLengthInputStream - Class in org.freehep.util.io
-
The RunLengthStream decodes Run Length encoding.
- RunLengthInputStream(InputStream) - Constructor for class org.freehep.util.io.RunLengthInputStream
-
Create a Run Length input stream
- RunLengthOutputStream - Class in org.freehep.util.io
-
The RunLengthOutputStream encodes data as Run Length encoding.
- RunLengthOutputStream(OutputStream) - Constructor for class org.freehep.util.io.RunLengthOutputStream
-
Create a Run Length output stream
- write(int, TaggedOutputStream) - Method in class org.freehep.util.io.Action.Unknown
-
- write(int, TaggedOutputStream) - Method in class org.freehep.util.io.Action
-
Write an action to output
- write(int) - Method in class org.freehep.util.io.ASCII85OutputStream
-
- write(int) - Method in class org.freehep.util.io.ASCIIHexOutputStream
-
- write(int) - Method in class org.freehep.util.io.Base64OutputStream
-
- write(int) - Method in class org.freehep.util.io.CompressableOutputStream
-
- write(byte[], int, int) - Method in class org.freehep.util.io.CompressableOutputStream
-
- write(int) - Method in class org.freehep.util.io.CountedByteOutputStream
-
- write(byte[]) - Method in class org.freehep.util.io.CountedByteOutputStream
-
- write(byte[], int, int) - Method in class org.freehep.util.io.CountedByteOutputStream
-
- write(int) - Method in class org.freehep.util.io.DummyOutputStream
-
- write(byte[]) - Method in class org.freehep.util.io.DummyOutputStream
-
- write(byte[], int, int) - Method in class org.freehep.util.io.DummyOutputStream
-
- write(int) - Method in class org.freehep.util.io.EEXECEncryption
-
- write(int) - Method in class org.freehep.util.io.JavaArrayWriter
-
- write(char[]) - Method in class org.freehep.util.io.LineNumberWriter
-
- write(char[], int, int) - Method in class org.freehep.util.io.LineNumberWriter
-
- write(String) - Method in class org.freehep.util.io.LineNumberWriter
-
- write(String, int, int) - Method in class org.freehep.util.io.LineNumberWriter
-
- write(int) - Method in class org.freehep.util.io.LineNumberWriter
-
- write(int) - Method in class org.freehep.util.io.RunLengthOutputStream
-
- write(int, TaggedOutputStream) - Method in class org.freehep.util.io.Tag
-
This writes the information to the given output
- write(int, TaggedOutputStream) - Method in class org.freehep.util.io.UndefinedTag
-
- write(int) - Method in class org.freehep.util.io.WriterOutputStream
-
- write(byte[]) - Method in class org.freehep.util.io.WriterOutputStream
-
- write(byte[], int, int) - Method in class org.freehep.util.io.WriterOutputStream
-
- writeAction(Action) - Method in class org.freehep.util.io.TaggedOutputStream
-
Write action.
- writeActionHeader(ActionHeader) - Method in class org.freehep.util.io.TaggedOutputStream
-
Writes the ActionHeader, which includes an actionCode and a length.
- writeAsciiZString(String) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write an ascii-z (0 terminated c-string).
- writeBitFlag(boolean) - Method in class org.freehep.util.io.BitOutputStream
-
Write a bit to the output stream.
- writeBoolean(boolean) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
- writeByte(int) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write a signed byte.
- writeByte(byte[]) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Writes array of bytes
- writeByteArray(byte[], int, int) - Method in class org.freehep.util.io.ByteCountOutputStream
-
- writeByteArray(byte[], int, int) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
- writeByteArray(byte[], int, int) - Method in class org.freehep.util.io.CompressableOutputStream
-
- writeBytes(String) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
- writeChar(int) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
- writeChars(String) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
- writeDouble(double) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
- writeFBits(float, int) - Method in class org.freehep.util.io.BitOutputStream
-
Write a float value of n-bits to the stream.
- writeFloat(float) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
- writeInt(int) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write a signed integer.
- writeInt(int[]) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write an array of ints
- writeLong(long) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
- WriterOutputStream - Class in org.freehep.util.io
-
The WriterOutputStream makes a Writer look like an OutputStream.
- WriterOutputStream(Writer) - Constructor for class org.freehep.util.io.WriterOutputStream
-
Create an Output Stream from given Writer.
- writeSBits(long, int) - Method in class org.freehep.util.io.BitOutputStream
-
Write a signed value of n-bits to the output stream.
- writeShort(int) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write a signed short.
- writeShort(short[]) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write an array of shorts.
- writeSingleByte(int) - Method in class org.freehep.util.io.ByteCountOutputStream
-
- writeSingleByte(int) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
- writeSingleByte(int) - Method in class org.freehep.util.io.CompressableOutputStream
-
- writeString(String) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write a string (UTF)
- writeTag(Tag) - Method in interface org.freehep.util.io.TaggedOutput
-
Write a tag.
- writeTag(Tag) - Method in class org.freehep.util.io.TaggedOutputStream
-
- writeTagHeader(TagHeader) - Method in class org.freehep.util.io.TaggedOutputStream
-
Writes the TagHeader, which includes a TagID and a length.
- writeUBits(long, int) - Method in class org.freehep.util.io.BitOutputStream
-
Write an unsigned value of n-bits to the output stream.
- writeUnsignedByte(int) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write an unsigned byte.
- writeUnsignedByte(int[]) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write an array of unsigned bytes.
- writeUnsignedInt(long) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write an unsigned integer.
- writeUnsignedInt(long[]) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write an array of unsigned ints
- writeUnsignedShort(int) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write an unsigned short.
- writeUnsignedShort(int[]) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
Write an array of unsigned shorts.
- writeUTF(String) - Method in class org.freehep.util.io.ByteOrderOutputStream
-
- writeUTF(String, DataOutput) - Static method in class org.freehep.util.io.ByteOrderOutputStream
-
Write a UTF string to the data output stream.
- written - Variable in class org.freehep.util.io.ByteOrderOutputStream
-