sizeOf abstract method

int sizeOf(
  1. T value
)

Give an estimate of the size of the given value. This size should be in the same units bufferSize.

Implementation

int sizeOf(T value);