info.aduna.gee.publication.util
Class WLZ7710OutputStream

java.lang.Object
  extended by java.io.OutputStream
      extended by java.io.FilterOutputStream
          extended by info.aduna.gee.publication.util.WLZ7710OutputStream
All Implemented Interfaces:
Closeable, Flushable

public class WLZ7710OutputStream
extends FilterOutputStream

Implements a LZ7710-Compressed output 'stream'.


Field Summary
protected  OutputStream _outst
           
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
WLZ7710OutputStream(OutputStream outst)
          Creates a WLZ7710 OutputStream.
 
Method Summary
 void close()
          Close the output.
 
Methods inherited from class java.io.FilterOutputStream
flush, write, write, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_outst

protected OutputStream _outst
Constructor Detail

WLZ7710OutputStream

public WLZ7710OutputStream(OutputStream outst)
Creates a WLZ7710 OutputStream. Data is buffered until close. Compression will be done on close.

Method Detail

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.