readUint16 abstract method

int readUint16()

Read 2 bytes (unsigned 16-bit integer, big-endian) and advance position

Throws TokenizerException if fewer than 2 bytes available.

Implementation

int readUint16();