public class NoCloseInputStream extends FilterInputStream
in
Constructor and Description |
---|
NoCloseInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
available, mark, markSupported, read, read, read, reset, skip
public NoCloseInputStream(InputStream in)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © 2008–2013 The Apache Software Foundation. All rights reserved.