Apache Lucene.Net 2.4.0 Class Library API

BufferedIndexOutput.WriteBytes Method (Byte[], Int32, Int32)

Writes an array of bytes.

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

Parameters

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

See Also

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