Apache Lucene.Net 2.1 Class Library API

IndexInput.ReadBytes Method 

Reads a specified number of bytes into an array at the specified offset.

public abstract void ReadBytes(
   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

IndexInput Class | Lucene.Net.Store Namespace |