getScaleLength method

int getScaleLength(
  1. int offset
)

Implementation

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