Class InputStreamDataInput

java.lang.Object
org.apache.lucene.store.DataInput
org.apache.lucene.store.InputStreamDataInput
All Implemented Interfaces:
Closeable, AutoCloseable, Cloneable

public class InputStreamDataInput extends DataInput implements Closeable
A DataInput wrapping a plain InputStream.