Overview

Location

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

Instance Methods


constructor


constructor(value: PipeWriter)
PipeWriter(PipeWriter value)
init(_ value: PipeWriter)
Sub New(value As PipeWriter)

Parameters:

  • value:

method Write(data: Slice<Byte>): tuple of (n: Int64, err: error)
(Int64 n, error err) Write(Slice<Byte> data)
func Write(_ data: Slice<Byte>) -> tuple of (Int64, error)
func Write(data Slice<Byte>) tuple of (|name=n| Int64, |name=err| error)
Function Write(data As Slice<Byte>) As Tuple (Of Int64, error)

Parameters:

  • data: