Class FaultTolerantInputStream

java.lang.Object
java.io.InputStream
ghidra.app.util.bin.FaultTolerantInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public class FaultTolerantInputStream extends InputStream
An InputStream wrapper that suppresses any IOExceptions thrown by the wrapped stream and starts returning 0 value bytes for all subsequent reads.