Reader
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.strings
- Platforms: .NET, .NET Standard 2.0, Island
Instance Methods
constructor
constructor
Reader()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(as: string; ai: int64; aprevRune: Int64)
// Island
constructor(as: string; ai: int64; aprevRune: int)
// .NET, .NET Standard 2.0
Reader(string as, int64 ai, Int64 aprevRune)
// Island
Reader(string as, int64 ai, int aprevRune)
Parameters:
- as:
- ai:
- aprevRune:
constructor (Reader)
Parameters:
- value:
Parameters:
- b:
ReadByte Island
UnreadByte Island
method UnreadByte: error
error UnreadByte()
func UnreadByte() -> error
func UnreadByte() error
Function UnreadByte() As error