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, skippublic InputStreamWrapper(InputStream in)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionpublic boolean isClosed()
Copyright © 2004–2021 The Apache Software Foundation. All rights reserved.