RemObjects.Elements.System.Memory<Reader> Extension
Location
- Reference: Go.dll
- Namespace: go.bytes
- Extends: Memory<Reader>
- Platforms: .NET, .NET Standard 2.0
Instance Methods
Len
Read
Parameters:
- b:
ReadAt
Parameters:
- b:
- off:
ReadByte
ReadRune
func ReadRune() -> (rune, Int64, error)
Function ReadRune() As Tuple (Of rune, Int64, error)
Reset
Parameters:
- b:
Seek
Parameters:
- offset:
- whence:
Size
UnreadByte
method UnreadByte: error
error UnreadByte()
func UnreadByte() -> error
func UnreadByte() error
Function UnreadByte() As error
UnreadRune
method UnreadRune: error
error UnreadRune()
func UnreadRune() -> error
func UnreadRune() error
Function UnreadRune() As error
WriteTo
func WriteTo(_ w: Writer) -> (int64, error)
Function WriteTo(w As Writer) As Tuple (Of int64, error)
Parameters:
- w: