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, skipprotected SentinelInputStream(InputStream in)
in - - InputStream to be wrappedpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class FilterInputStreamIOExceptionprotected void finalize()
throws Throwable
Copyright © 2017–2020 Eclipse Foundation. All rights reserved.