Class ByteBuffersDataInput

java.lang.Object
org.apache.lucene.store.DataInput
org.apache.lucene.store.ByteBuffersDataInput
All Implemented Interfaces:
Cloneable, RandomAccessInput, Accountable

public final class ByteBuffersDataInput extends DataInput implements Accountable, RandomAccessInput
A DataInput implementing RandomAccessInput and reading data from a list of ByteBuffers.