protected final class ASURLClassLoader.SentinelInputStream extends FilterInputStream
in
Modifier | Constructor and Description |
---|---|
protected |
SentinelInputStream(InputStream in)
Constructs new FilteredInputStream which reports InputStreams not closed properly.
|
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes underlying input stream.
|
protected void |
finalize()
Invoked by Garbage Collector.
|
available, mark, markSupported, read, read, read, reset, skip
protected SentinelInputStream(InputStream in)
in
- - InputStream to be wrappedpublic void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class FilterInputStream
IOException
protected void finalize() throws Throwable
Copyright © 2018. All rights reserved.