All Packages Class Hierarchy This Package Previous Next Index
Class org.ginf.helpers.DoNotCloseFilter
java.lang.Object
|
+----java.io.InputStream
|
+----java.io.FilterInputStream
|
+----org.ginf.helpers.DoNotCloseFilter
- public class DoNotCloseFilter
- extends FilterInputStream
This input filter prohibits closing of the
original stream. This is important for
connections which have to be "kept alive"
(An XML/SAX parser may attempt to close the stream
after it finishes parsing).
-
DoNotCloseFilter(InputStream)
-
-
close()
-
DoNotCloseFilter
public DoNotCloseFilter(InputStream in)
close
public void close() throws IOException
- Overrides:
- close in class FilterInputStream
All Packages Class Hierarchy This Package Previous Next Index