|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||
| Class Summary | |
| App13InputStream | Read one or more App13 block(s) |
| App13OutputStream | Utility to write data into App13 block(s). |
| ASCII85InputStream | This class represents an ASCII85 stream. |
| Base64 | This class shows how simple and straightforward can be implementation of base 64 codec using BitInputStream and BitOutputStream |
| Base64DInputStream | InputStream for decoding data from base64 encoded String array |
| BitInputStream | adds ability to read streams bitewise and also to read predefined amount of bits every read() call |
| BitOutputStream | adds ability to write streams bitewise |
| ByteArrayOutputStream2 | ByteArrayOutputStream which writes to external buffer. |
| ByteArrayOutputStreamExt | extends ByteArrayOutputStream with posibility to drain off data into user specified buffer. |
| HexInputStream | |
| IOutils | IOutils.java |
| JpegFilterInputStream | remove all App blocks from jpeg file
how to use: //read data from file and save filtered data to another file File fs = new File("source.jpg"); File fd = new File("dest.jpg"); JpegFilterInputStream.filter(fs, fd); or //filter data in byte array byte [] source = ... |
| LEDataOutputStream | LEDataOutputStream.java
Little-endian writing. |
| LimitedInputStream | InputStream that reads specified number of bytes |
| MSInputStream | MSInputStream.java MS = MultipleSource |
| MultiByteArrayOutputStream | MultiByteArrayOutputStream.java
It's like ByteArrayOutputStream, but with multiple arrays Array size is defined through sizeX; |
| PackBitsInputStream | PackBits decoder |
| RandomAccessInputStream | same as FilterInputStream but with RandomAccess |
| RandomAccessOutputStream | RandomAccessOutputStream.java Can be used as bridge between RandomAccessFile and OutputStream. |
| RLE4InputStream | PackBits decoder |
| RLE8InputStream | PackBits decoder |
| RLEInputStream | |
| StringArrayReader | A character stream whose source is a string array. |
| TargaRLEInputStream | |
| TIFFStripInputStream | InputStream over all strips |
| Exception Summary | |
| RLEInputStream.DeltaRecordException | |
| RLEInputStream.EndOfBitmapException | |
| RLEInputStream.EndOfLineException | |
|
||||||||||
| PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES | |||||||||