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:
method Write(buf: Slice<Byte>): tuple of (n: Int64, err: error)
(Int64 n, error err) Write(Slice<Byte> buf)
func Write(_ buf: Slice<Byte>) -> tuple of (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: