SectionReader

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

 

SectionReader()

 

init()

 

Sub New()

constructor (ReaderAt, int64, int64, int64)

 

constructor(ar: ReaderAt; abase: int64; aoff: int64; alimit: int64)

 

SectionReader(ReaderAt ar, int64 abase, int64 aoff, int64 alimit)

 

init(_ ar: ReaderAt, _ abase: int64, _ aoff: int64, _ alimit: int64)

 

Sub New(ar As ReaderAt, abase As int64, aoff As int64, alimit As int64)

Parameters:

  • ar:
  • abase:
  • aoff:
  • alimit:

constructor (SectionReader)

 

constructor(value: SectionReader)

 

SectionReader(SectionReader value)

 

init(_ value: SectionReader)

 

Sub New(value As SectionReader)

Parameters:

  • value:

Read (Slice<Byte>): tuple of (n: Int64, err: error) Island

 

method Read(p: Slice<Byte>): tuple of (n: Int64, err: error)

 

(Int64 n, error err) Read(Slice<Byte> p)

 

func Read(_ p: Slice<Byte>) -> (Int64, error)

 

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

 

Function Read(p As Slice<Byte>) As Tuple (Of Int64, error)

Parameters:

  • p: