info.aduna.gee.publication.util
Class WLZ7710OutputStream
java.lang.Object
java.io.OutputStream
java.io.FilterOutputStream
info.aduna.gee.publication.util.WLZ7710OutputStream
- All Implemented Interfaces:
- Closeable, Flushable
public class WLZ7710OutputStream
- extends FilterOutputStream
Implements a LZ7710-Compressed output 'stream'.
|
Method Summary |
void |
close()
Close the output. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_outst
protected OutputStream _outst
WLZ7710OutputStream
public WLZ7710OutputStream(OutputStream outst)
- Creates a WLZ7710 OutputStream. Data is buffered until close. Compression will be done on close.
close
public void close()
throws IOException
- Close the output. Data was buffered until close. Compression will be done now.
- Specified by:
close in interface Closeable- Overrides:
close in class FilterOutputStream
- Throws:
IOException
Copyright © 1997-2008 Aduna. All Rights Reserved.