Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.io
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry: ByteReader | ByteScanner

Required Methods


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

UnreadByte

func UnreadByte() -> error
Function UnreadByte() As error