Lucene.Net 1.4.3 Class Library

InputStream.ReadBytes Method 

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

public 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

InputStream Class | Lucene.Net.Store Namespace | OutputStream#WriteBytes