DataInfo

public class DataInfo

Data structure containing meta informations about the associated data.

Constructors

DataInfo

protected DataInfo(long flags, Timestamp tstamp, int encoding, int kind)

Methods

getEncoding

public int getEncoding()
Returns:the encoding of the data.

getKind

public int getKind()
Returns:the kind of the data.

getTimestamp

public Timestamp getTimestamp()
Returns:the unique timestamp at which the data has been produced.