| Home >> All >> com >> arranger >> jarl >> [ io Javadoc ] |
com.arranger.jarl.io: Javadoc index of package com.arranger.jarl.io.
Package Samples:
com.arranger.jarl.io
Classes:
CompressedOutputStream: Essentially, CompressedOutputStream is much like DeflaterOutputStream with these differences: 1) CompressedOutputStream "finishes" the compressed output every time a 'flush' operation is performed. The stream remains open, however. After a flush, the compression is reset. This allows one to call flush() and have the stream truly flush all compressed data. flush() may be called as often as necessary. Note, that since flush() restarts the compression, it is much more effecient to call flush as few times as possible (in other words, send as much data as possible before calling flush). In most cases, ...
GZipOutputStreamEx: This class essentially copies sources of original GZIPOutputStream, just adds ability to pass in desired compression level into constructor
| Home | Contact Us | Privacy Policy | Terms of Service |