Class FailableInputStream

java.lang.Object
java.io.InputStream
java.io.FilterInputStream
org.forgerock.http.io.FailableInputStream
All Implemented Interfaces:
Closeable, AutoCloseable

public final class FailableInputStream extends FilterInputStream
Wraps an existing InputStream, supporting a failed state that is checked before and after each operation.