Apache Lucene.Net 2.4.0 Class Library API

IndexOutput.WriteBytes Method

Writes an array of bytes.

Overload List

Writes an array of bytes.

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

Writes an array of bytes.

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

See Also

IndexOutput Class | Lucene.Net.Store Namespace |