fn readByteSigned(self: Self) Error || error{EndOfStream}!i8

Same as readByte except the returned byte is signed.

Parameters

self: Self,