Writer

Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.text.tabwriter
  • 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 (n: Int64, err: error) Island

 

method Write(buf: Slice<Byte>): tuple of (n: Int64, err: error)

 

(Int64 n, error err) Write(Slice<Byte> buf)

 

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

 

func Write(buf Slice<Byte>) tuple of (|name=n| Int64, |name=err| error)

 

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

Parameters:

  • buf: