|
||||||||||
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.commons.io.input.ProxyInputStream
be.fedict.eid.applet.service.signer.NoCloseInputStream
public class NoCloseInputStream
Input Stream proxy that doesn't close the underlying input stream.
Field Summary |
---|
Fields inherited from class java.io.FilterInputStream |
---|
in |
Constructor Summary | |
---|---|
NoCloseInputStream(InputStream proxy)
Main constructor. |
Method Summary | |
---|---|
void |
close()
|
Methods inherited from class org.apache.commons.io.input.ProxyInputStream |
---|
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 NoCloseInputStream(InputStream proxy)
proxy
- Method Detail |
---|
public void close() throws IOException
close
in interface Closeable
close
in class org.apache.commons.io.input.ProxyInputStream
IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |