Apache Lucene.Net 2.4.0 Class Library API

Payload.CopyTo Method 

Copies the payload data to a byte array.

public virtual void CopyTo(
   byte[] target,
   int targetOffset
);

Parameters

target
the target byte array
targetOffset
the offset in the target byte array

See Also

Payload Class | Lucene.Net.Index Namespace