readByte method

  1. @override
int readByte()
override

Read a single byte.

Implementation

@override
int readByte() {
  return buffer[offset++];
}