Apache Lucene.Net 2.4.0 Class Library API

CompoundFileReader.CSIndexInput.ReadInternal Method 

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

protected internal override void ReadInternal(
   byte[] b,
   int offset,
   int len
);

Parameters

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

See Also

CompoundFileReader.CSIndexInput Class | Lucene.Net.Index Namespace