Reader

Overview

Location

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

 

constructor

 

constructor

 

Reader()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(ar: ReaderAt; aFile: Slice<Memory<File>>; aComment: string; adecompressors: Map<UInt16, Decompressor>)
// Island
constructor(ar: ReaderAt; aFile: Slice<Memory<File>>; aComment: string; adecompressors: Map<UInt16, Decompressor>)

 

// .NET, .NET Standard 2.0
Reader(ReaderAt ar, Slice<Memory<File>> aFile, string aComment, Map<UInt16, Decompressor> adecompressors)
// Island
Reader(ReaderAt ar, Slice<Memory<File>> aFile, string aComment, Map<UInt16, Decompressor> adecompressors)

 

// .NET, .NET Standard 2.0
init(_ ar: ReaderAt, _ aFile: Slice<Memory<File>>, _ aComment: string, _ adecompressors: Map<UInt16, Decompressor>)
// Island
init(_ ar: ReaderAt, _ aFile: Slice<Memory<File>>, _ aComment: string, _ adecompressors: Map<UInt16, Decompressor>)

 

// .NET, .NET Standard 2.0
Sub New(ar As ReaderAt, aFile As Slice<Memory<File>>, aComment As string, adecompressors As Map<UInt16, Decompressor>)
// Island
Sub New(ar As ReaderAt, aFile As Slice<Memory<File>>, aComment As string, adecompressors As Map<UInt16, Decompressor>)

Parameters:

  • ar:
  • aFile:
  • aComment:
  • adecompressors:

constructor (Reader)

 

constructor(value: Reader)

 

Reader(Reader value)

 

init(_ value: Reader)

 

Sub New(value As Reader)

Parameters:

  • value:

Comment

 

var Comment: string;

 

string Comment

 

var Comment: string

 

Comment string

 

FIELD Comment() As string

File

 

// .NET, .NET Standard 2.0
var File: Slice<Memory<File>>;
// Island
var File: Slice<Memory<File>>;

 

// .NET, .NET Standard 2.0
Slice<Memory<File>> File
// Island
Slice<Memory<File>> File

 

// .NET, .NET Standard 2.0
var File: Slice<Memory<File>>
// Island
var File: Slice<Memory<File>>

 

// .NET, .NET Standard 2.0
File Slice<Memory<File>>
// Island
File Slice<Memory<File>>

 

// .NET, .NET Standard 2.0
FIELD File() As Slice<Memory<File>>
// Island
FIELD File() As Slice<Memory<File>>

RegisterDecompressor

 

method RegisterDecompressor(method: uint16; dcomp: Decompressor)

 

void RegisterDecompressor(uint16 method, Decompressor dcomp)

 

func RegisterDecompressor(_ method: uint16, _ dcomp: Decompressor)

 

// .NET, .NET Standard 2.0
func RegisterDecompressor(method uint16, dcomp Decompressor) 
// Island
func RegisterDecompressor(method uint16, dcomp Decompressor) void

 

Sub RegisterDecompressor(method As uint16, dcomp As Decompressor)

Parameters:

  • method:
  • dcomp:

 

Comment

 

var Comment: string;

 

string Comment

 

var Comment: string

 

Comment string

 

FIELD Comment() As string

File

 

// .NET, .NET Standard 2.0
var File: Slice<Memory<File>>;
// Island
var File: Slice<Memory<File>>;

 

// .NET, .NET Standard 2.0
Slice<Memory<File>> File
// Island
Slice<Memory<File>> File

 

// .NET, .NET Standard 2.0
var File: Slice<Memory<File>>
// Island
var File: Slice<Memory<File>>

 

// .NET, .NET Standard 2.0
File Slice<Memory<File>>
// Island
File Slice<Memory<File>>

 

// .NET, .NET Standard 2.0
FIELD File() As Slice<Memory<File>>
// Island
FIELD File() As Slice<Memory<File>>

 

constructor

 

constructor

 

Reader()

 

init()

 

Sub New()

 

// .NET, .NET Standard 2.0
constructor(ar: ReaderAt; aFile: Slice<Memory<File>>; aComment: string; adecompressors: Map<UInt16, Decompressor>)
// Island
constructor(ar: ReaderAt; aFile: Slice<Memory<File>>; aComment: string; adecompressors: Map<UInt16, Decompressor>)

 

// .NET, .NET Standard 2.0
Reader(ReaderAt ar, Slice<Memory<File>> aFile, string aComment, Map<UInt16, Decompressor> adecompressors)
// Island
Reader(ReaderAt ar, Slice<Memory<File>> aFile, string aComment, Map<UInt16, Decompressor> adecompressors)

 

// .NET, .NET Standard 2.0
init(_ ar: ReaderAt, _ aFile: Slice<Memory<File>>, _ aComment: string, _ adecompressors: Map<UInt16, Decompressor>)
// Island
init(_ ar: ReaderAt, _ aFile: Slice<Memory<File>>, _ aComment: string, _ adecompressors: Map<UInt16, Decompressor>)

 

// .NET, .NET Standard 2.0
Sub New(ar As ReaderAt, aFile As Slice<Memory<File>>, aComment As string, adecompressors As Map<UInt16, Decompressor>)
// Island
Sub New(ar As ReaderAt, aFile As Slice<Memory<File>>, aComment As string, adecompressors As Map<UInt16, Decompressor>)

Parameters:

  • ar:
  • aFile:
  • aComment:
  • adecompressors:

constructor (Reader)

 

constructor(value: Reader)

 

Reader(Reader value)

 

init(_ value: Reader)

 

Sub New(value As Reader)

Parameters:

  • value: