public object GetValue(long offset, int len, byte dataType) { return(_vals.Get(offset, len, dataType)); }
public object GetKey(long offset, int len, byte dataType) { return(_keys.Get(offset, len, dataType)); }