Lucene.Net 1.4.3 Class Library

CompoundFileReader.CSInputStream.ReadInternal Method 

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

public 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

See Also

CompoundFileReader.CSInputStream Class | Lucene.Net.Index Namespace