getOriginalSizeInBytes method

int getOriginalSizeInBytes()

Returns the original number of bytes used to encode the value if it was deserialized from a byte array, or the minimum encoded size if it was not.

Implementation

int getOriginalSizeInBytes() {
  return originallyEncodedSize;
}