ReadByte (declared in ByteReader)
method ReadByte: tuple of (Byte, error)
(Byte, error) ReadByte()
func ReadByte() -> (Byte, error)
func ReadByte() tuple of (Byte, error)
Function ReadByte() As Tuple (Of Byte, error)
UnreadByte
method UnreadByte: error
error UnreadByte()
func UnreadByte() -> error
func UnreadByte() error
Function UnreadByte() As error