|
|||||||||
| Home >> All >> com >> imagero >> uio >> [ io overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||
Package com.imagero.uio.io
| 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 |
| 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 |
| 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: |
| 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 | |
| TargaRLEInputStream | |
| TIFFStripInputStream | InputStream over all strips |
| Exception Summary | |
| RLEInputStream.DeltaRecordException | |
| RLEInputStream.EndOfBitmapException | |
| RLEInputStream.EndOfLineException | |
|
|||||||||
| Home >> All >> com >> imagero >> uio >> [ io overview ] | PREV PACKAGE NEXT PACKAGE | ||||||||