Lucene.Net 1.9.1 Class Library

BufferedIndexOutput.WriteBytes Method 

Writes an array of bytes.

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

Parameters

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

See Also

BufferedIndexOutput Class | Lucene.Net.Store Namespace |