org.apache.fop.util

Class UnclosableInputStream


public class UnclosableInputStream
extends FilterInputStream

Provides an InputStreamFilter which avoids closing the original stream.

Constructor Summary

UnclosableInputStream(InputStream in)
Default constructor.

Method Summary

void
close()
Does not close the original stream.

Constructor Details

UnclosableInputStream

public UnclosableInputStream(InputStream in)
Default constructor.
Parameters:
in - the Stream to filter.

Method Details

close

public void close()
Does not close the original stream.

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