Buffers

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.net
  • Platforms: .NET, .NET Standard 2.0, Island
  • Ancestry:


Fields


Value

 

var Value: Slice<Slice<Byte>>;

 

Slice<Slice<Byte>> Value

 

var Value: Slice<Slice<Byte>>

 

Value Slice<Slice<Byte>>

 

FIELD Value() As Slice<Slice<Byte>>

Instance Methods


constructor

 

constructor

 

Buffers()

 

init()

 

Sub New()

constructor (Slice<Slice<byte>>)

 

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>) -> (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) -> (int64, error)

 

func WriteTo(w Writer) tuple of (int64, error)

 

Function WriteTo(w As Writer) As Tuple (Of int64, error)

Parameters:

  • w: