|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.InputStream
java.io.FilterInputStream
org.apache.fop.util.UnclosableInputStream
Provides an InputStreamFilter which avoids closing the original stream.
Field Summary |
Fields inherited from class java.io.FilterInputStream |
in |
Constructor Summary | |
UnclosableInputStream(java.io.InputStream in)
Default constructor. |
Method Summary | |
void |
close()
Does not close the original stream. |
Methods inherited from class java.io.FilterInputStream |
available, mark, markSupported, read, read, read, reset, skip |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public UnclosableInputStream(java.io.InputStream in)
in
- the Stream to filter.Method Detail |
public void close()
|
fop 1.0 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |