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

public static class SeekableStream.UnclosableInputStream extends FilterInputStream
Wraps an InputStream so that close does not propagate to the underlying stream.