Class ByteProviderInputStream

java.lang.Object
java.io.InputStream
ghidra.app.util.bin.ByteProviderInputStream
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
ByteProviderInputStream.ClosingInputStream

public class ByteProviderInputStream extends InputStream
An InputStream that reads from a ByteProvider.

Does not close the underlying ByteProvider when closed itself.