fop 0.91beta

org.apache.fop.util
Interface Finalizable

All Known Implementing Classes:
ASCII85OutputStream, ASCIIHexOutputStream, FlateEncodeOutputStream, RunLengthEncodeOutputStream

public interface Finalizable

This interface is used for special FilteredOutputStream classes that won't be closed (since this causes the target OutputStream to be closed, too) but where flush() is not enough, for example because a final marker has to be written to the target stream.

Version:
$Id: Finalizable.java 197384 2004-02-27 18:01:30Z jeremias $
Author:
Jeremias Maerki

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.
 

Method Detail

finalizeStream

public void finalizeStream()
                    throws java.io.IOException
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.
Throws:
java.io.IOException - In case of an IO problem

fop 0.91beta

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