read method Null safety

int read()

Implementation

int read() {
  return readByte();
}