Package org.eclipse.mat.hprof
Class SeekableStream.UnclosableInputStream
java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.eclipse.mat.hprof.SeekableStream.UnclosableInputStream
- All Implemented Interfaces:
Closeable
,AutoCloseable
- Enclosing class:
- SeekableStream
Wraps an
InputStream
so that
close does not propagate to the underlying stream.-
Constructor Summary
-
Method Summary
Methods inherited from class java.io.FilterInputStream
available, mark, markSupported, read, read, read, reset, skip
Methods inherited from class java.io.InputStream
nullInputStream, readAllBytes, readNBytes, readNBytes, skipNBytes, transferTo
-
Constructor Details
-
UnclosableInputStream
-
-
Method Details
-
close
public void close()- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classFilterInputStream
-