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).


Constructor Index

 o DoNotCloseFilter(InputStream)

Method Index

 o close()

Constructors

 o DoNotCloseFilter
 public DoNotCloseFilter(InputStream in)

Methods

 o close
 public void close() throws IOException
Overrides:
close in class FilterInputStream

All Packages  Class Hierarchy  This Package  Previous  Next  Index