org.apache.fop.util
Class UnclosableInputStream
FilterInputStreamorg.apache.fop.util.UnclosableInputStream
public class UnclosableInputStream
extends FilterInputStream
Provides an InputStreamFilter which avoids closing the original stream.
void | close()- Does not close the original stream.
|
UnclosableInputStream
public UnclosableInputStream(InputStream in)
Default constructor.
in - the Stream to filter.
close
public void close()
Does not close the original stream.
Copyright 1999-2007 The Apache Software Foundation. All Rights Reserved.