|
Fingerprint_Card
|
Classes | |
| class | DeflaterOutputStream |
| A special stream deflating or compressing the bytes that are written to it. It uses a Deflater to perform actual deflating. Authors of the original java version : Tom Tromey, Jochen Hoenicke. More... | |
| class | InflaterInputBuffer |
| An input buffer customised for use by InflaterInputStream More... | |
| class | InflaterInputStream |
| This filter stream is used to decompress data compressed using the "deflate" format. The "deflate" format is described in RFC 1951. More... | |
| class | OutputWindow |
| Contains the output from the Inflation process. We need to have a window so that we can refer backwards into the output stream to repeat stuff. Author of the original java version : John Leuner. More... | |
| class | StreamManipulator |
| This class allows us to retrieve a specified number of bits from the input buffer, as well as copy big byte blocks. More... | |