public class NotCloseableInputStream extends InputStream
The only purpose of this wrapper is to have an inputstream that cannot be closed by that stupid SAX parser [not good if it is a zip stream]
| Constructor and Description |
|---|
NotCloseableInputStream(InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
int |
read() |
int |
read(byte[] b) |
int |
read(byte[] b,
int o,
int s) |
close, mark, markSupported, reset, skippublic NotCloseableInputStream(InputStream is)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b)
throws IOException
read in class InputStreamIOExceptionpublic int read(byte[] b,
int o,
int s)
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionThis file is a part of the JDD package, a native Java Binary Decision Diagram Library.