getLength abstract method

  1. @protected
int getLength(
  1. T chunk
)

Returns the length of type T.

Implementation

@protected
int getLength(T chunk);