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: PipeReader)
PipeReader(PipeReader value)
init(_ value: PipeReader)
Sub New(value As PipeReader)

Parameters:

  • value:

Close Island

Function Close() As error

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

Parameters:

  • data: