read_byte method

  1. @override
int read_byte()
override

Implementation

@override
int read_byte() {
  return stdin.readByteSync();
}