Apache Lucene.Net 2.4.0 Class Library API

Payload Constructor

Creates an empty payload and does not allocate a byte array.

Overload List

Creates an empty payload and does not allocate a byte array.

public Payload();

Creates a new payload with the the given array as data. A reference to the passed-in array is held, i. e. no copy is made.

public Payload(byte[]);

Creates a new payload with the the given array as data. A reference to the passed-in array is held, i. e. no copy is made.

public Payload(byte[],int,int);

See Also

Payload Class | Lucene.Net.Index Namespace