Class ByteProviderInputStream.ClosingInputStream

java.lang.Object
java.io.InputStream
ghidra.app.util.bin.ByteProviderInputStream
ghidra.app.util.bin.ByteProviderInputStream.ClosingInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Enclosing class:
ByteProviderInputStream

public static class ByteProviderInputStream.ClosingInputStream extends ByteProviderInputStream
An InputStream that reads from a ByteProvider, and DOES close() the underlying ByteProvider when closed itself.