method BufReader.prototype.readByteView codeBufReader.prototype.readByte(): Promise<number | null>Returns the next byte [0, 255] or null. Return TypePromise<number | null>View code