Package ghidra.util

Class BoundedInputStream

java.lang.Object
java.io.InputStream
ghidra.util.BoundedInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class BoundedInputStream extends InputStream
InputStream wrapper that limits itself to a portion of the wrapped stream.