xmlgraphics-commons 1.0

org.apache.xmlgraphics.util.io
Class FlateEncodeOutputStream

java.lang.Object
  extended byjava.io.OutputStream
      extended byjava.io.FilterOutputStream
          extended byjava.util.zip.DeflaterOutputStream
              extended byorg.apache.xmlgraphics.util.io.FlateEncodeOutputStream
All Implemented Interfaces:
Finalizable

public class FlateEncodeOutputStream
extends java.util.zip.DeflaterOutputStream
implements Finalizable

This class applies a FlateEncode filter to the stream. It is basically the normal DeflaterOutputStream except now also implementing the Finalizable interface.

Version:
$Id: FlateEncodeOutputStream.java 390710 2006-04-01 18:10:19Z jeremias $

Field Summary
 
Fields inherited from class java.util.zip.DeflaterOutputStream
buf, def
 
Fields inherited from class java.io.FilterOutputStream
out
 
Constructor Summary
FlateEncodeOutputStream(java.io.OutputStream out)
           
 
Method Summary
 void finalizeStream()
          This method can be called instead of close() on a subclass of FilteredOutputStream when a final marker has to be written to the target stream, but close() cannot be called.
 
Methods inherited from class java.util.zip.DeflaterOutputStream
close, deflate, finish, write, write
 
Methods inherited from class java.io.FilterOutputStream
flush, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FlateEncodeOutputStream

public FlateEncodeOutputStream(java.io.OutputStream out)
See Also:
DeflaterOutputStream
Method Detail

finalizeStream

public void finalizeStream()
                    throws java.io.IOException
Description copied from interface: Finalizable
This method can be called instead of close() on a subclass of FilteredOutputStream when a final marker has to be written to the target stream, but close() cannot be called.

Specified by:
finalizeStream in interface Finalizable
Throws:
java.io.IOException - In case of an IO problem
See Also:
Finalizable

xmlgraphics-commons 1.0

Copyright 1999-2006 The Apache Software Foundation. All Rights Reserved.