getVarintLength method

int getVarintLength(
  1. int offset
)

Implementation

int getVarintLength(int offset) {
  return LayoutSerializationUtils.getVarintLength(_bytes[offset]);
}