readFromByteData abstract method

T? readFromByteData(
  1. ByteData byteData,
  2. int offset
)

Implementation to read a value from the byteData of this instance Pointer.

Implementation

T? readFromByteData(ByteData byteData, int offset);