public class UncloseableInputStream extends FilterInputStream
close()
method. Instead, they must be
closed by the creator using doClose()
.in
Constructor and Description |
---|
UncloseableInputStream(InputStream parent) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
doClose() |
available, mark, markSupported, read, read, read, reset, skip
public UncloseableInputStream(InputStream parent)
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
public void doClose() throws IOException
IOException
Copyright © 2001-2016 Aduna. All Rights Reserved.