public class NonClosableInputStream extends FilterInputStream
in
Modifier and Type | Method and Description |
---|---|
void |
close()
The whole point of this input stream is to ignore invocations to close()
|
void |
realClose() |
available, mark, markSupported, read, read, read, reset, skip
public void close()
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
public void realClose() throws IOException
IOException
Copyright © 2005–2021 QOS.ch. All rights reserved.