Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.net
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:
    • ValueType | Buffers  .NET, .NET Standard 2.0, Island-watchOS-armv7k
    • ValueType | Buffers  Island-Android, Island-iOS Simulator, Island-iOS-arm64, Island-Mac Catalyst, Island-macOS, Island-tvOS Simulator, Island-tvOS-arm64, Island-Ubuntu, Island-watchOS Simulator, Island-watchOS-arm64_32, Island-Windows

Fields


Value

var Value: Slice<Slice<Byte>>;
var Value: Slice<Slice<Byte>>
FIELD Value() As Slice<Slice<Byte>>

Instance Methods


constructor


constructor(aValue: Slice<Slice<byte>>)
Buffers(Slice<Slice<byte>> aValue)
init(_ aValue: Slice<Slice<byte>>)
Sub New(aValue As Slice<Slice<byte>>)

Parameters:

  • aValue:

Read

method Read(p: Slice<Byte>): tuple of (Int64, error)
(Int64, error) Read(Slice<Byte> p)
func Read(_ p: Slice<Byte>) -> tuple of (Int64, error)
func Read(p Slice<Byte>) tuple of (Int64, error)
Function Read(p As Slice<Byte>) As Tuple (Of Int64, error)

Parameters:

  • p:

WriteTo

method WriteTo(w: Writer): tuple of (int64, error)
(int64, error) WriteTo(Writer w)
func WriteTo(_ w: Writer) -> tuple of (int64, error)
func WriteTo(w Writer) tuple of (int64, error)
Function WriteTo(w As Writer) As Tuple (Of int64, error)

Parameters:

  • w: