org.apache.fop.util

Class CloseBlockerOutputStream


public class CloseBlockerOutputStream
extends ProxyOutputStream

This is a decorator to block calls to close() to the underlying stream.

Constructor Summary

CloseBlockerOutputStream(OutputStream out)
Main constructor.

Method Summary

void
close()

Constructor Details

CloseBlockerOutputStream

public CloseBlockerOutputStream(OutputStream out)
Main constructor.
Parameters:
out - the underlying stream

Method Details

close

public void close()
            throws IOException

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