Class FilterStreamInput

java.lang.Object
java.io.InputStream
org.elasticsearch.common.io.stream.StreamInput
org.elasticsearch.common.io.stream.FilterStreamInput
All Implemented Interfaces:
Closeable, AutoCloseable
Direct Known Subclasses:
BufferedChecksumStreamInput, NamedWriteableAwareStreamInput

public abstract class FilterStreamInput extends StreamInput
Wraps a StreamInput and delegates to it. To be used to add functionality to an existing stream by subclassing.