@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, skip
public NonClosingInputStreamDecorator(InputStream delegate)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class ForwardingInputStream
IOException
Copyright © 2014–2018 The Apache Software Foundation. All rights reserved.