Class DataFileElement
java.lang.Object
com.semedy.reasoner.edb.persistentstore.bplustree.DataFileElement
an element of a data file.
Consists of the address in data file and the bytes .
Consists of the address in data file and the bytes .
- Author:
- angele
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DataFileElement
public DataFileElement(long address, byte[] data, int compressedLength)
-
-
Method Details
-
getData
public byte[] getData() -
getAddress
public long getAddress() -
getCompressedLength
public int getCompressedLength()
-