public class NonClosingInputStream extends FilterInputStream
in
Constructor and Description |
---|
NonClosingInputStream(InputStream in) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
available, mark, markSupported, read, read, read, reset, skip
public NonClosingInputStream(InputStream in)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
Copyright © 2021 aQute SARL. All rights reserved.