@Internal public class NonClosingInputStreamDecorator extends ForwardingInputStream
InputStream.close().| Constructor and Description |
|---|
NonClosingInputStreamDecorator(InputStream delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
available, mark, markSupported, read, read, read, reset, skippublic NonClosingInputStreamDecorator(InputStream delegate)
public void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class ForwardingInputStreamIOExceptionCopyright © 2014–2020 The Apache Software Foundation. All rights reserved.