Lucene.Net 1.4.3 Class Library

OutputStream.WriteBytes Method 

Writes an array of bytes.

public void WriteBytes(
   byte[] b,
   int length
);

Parameters

b
the bytes to write
length
the number of bytes to write

See Also

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