getTypeSize abstract method

int getTypeSize()

Returns the number of bytes of a single element in the list. For example, a float buffer will return 4, and a byte buffer will return 1.

Implementation

int getTypeSize();