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