Apache Lucene.Net 2.1 Class Library API

BufferedIndexInput.ReadInternal Method 

Expert: implements buffer refill. Reads bytes from the current position in the input.

public abstract void ReadInternal(
   byte[] b,
   int offset,
   int length
);

Parameters

b
the array to read bytes into
offset
the offset in the array to start storing bytes
length
the number of bytes to read

See Also

BufferedIndexInput Class | Lucene.Net.Store Namespace