Package com._1c.g5.v8.xmdb.impl
Class BLeafNode
java.lang.Object
com._1c.g5.v8.xmdb.impl.BNode
com._1c.g5.v8.xmdb.impl.BLeafNode
-
Field Summary
Fields inherited from class com._1c.g5.v8.xmdb.impl.BNode
DIR_NODE, HEADER_SIZE, keys, LEAF_NODE
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com._1c.g5.v8.xmdb.impl.BNode
deserialize, init, initBy, serializeSafe
-
Constructor Details
-
BLeafNode
public BLeafNode(int t, boolean storeValuesInLeaf) -
BLeafNode
public BLeafNode(int t, byte[] bytes, boolean storeValuesInLeaf) -
BLeafNode
-
-
Method Details