Apache Lucene.Net 2.4.0 Class Library API

IndexOutput.WriteBytes Method (Byte[], Int32)

Writes an array of bytes.

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

Parameters

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

See Also

IndexOutput Class | Lucene.Net.Store Namespace | IndexOutput.WriteBytes Overload List |