Apache Lucene.Net 2.4.0 Class Library API

BufferedIndexOutput.WriteBytes Method

Writes an array of bytes.

Overload List

Inherited from IndexOutput.

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

Writes an array of bytes.

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

See Also

BufferedIndexOutput Class | Lucene.Net.Store Namespace |