Writer

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.archive.tar
  • Platforms: .NET, .NET Standard 2.0, Island


Instance Methods


constructor

 

constructor

 

Writer()

 

init()

 

Sub New()

constructor (Writer)

 

constructor(value: Writer)

 

Writer(Writer value)

 

init(_ value: Writer)

 

Sub New(value As Writer)

Parameters:

  • value:

Write (Slice<Byte>): tuple of (Int64, error) Island

 

method Write(b: Slice<Byte>): tuple of (Int64, error)

 

(Int64, error) Write(Slice<Byte> b)

 

func Write(_ b: Slice<Byte>) -> (Int64, error)

 

func Write(b Slice<Byte>) tuple of (Int64, error)

 

Function Write(b As Slice<Byte>) As Tuple (Of Int64, error)

Parameters:

  • b: