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()
constructor(ar: ReaderAt; aFile: Slice<Memory<File>>; aComment: string; adecompressors: Map<UInt16, Decompressor>)
Reader(ReaderAt ar, Slice<Memory<File>> aFile, string aComment, Map<UInt16, Decompressor> adecompressors)
init(_ ar: ReaderAt, _ aFile: Slice<Memory<File>>, _ aComment: string, _ adecompressors: Map<UInt16, Decompressor>)
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
var File: Slice<Memory<File>>;
Slice<Memory<File>> File
var File: Slice<Memory<File>>
File Slice<Memory<File>>
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
var File: Slice<Memory<File>>;
Slice<Memory<File>> File
var File: Slice<Memory<File>>
File Slice<Memory<File>>
FIELD File() As Slice<Memory<File>>
constructor
constructor
Reader()
init()
Sub New()
constructor(ar: ReaderAt; aFile: Slice<Memory<File>>; aComment: string; adecompressors: Map<UInt16, Decompressor>)
Reader(ReaderAt ar, Slice<Memory<File>> aFile, string aComment, Map<UInt16, Decompressor> adecompressors)
init(_ ar: ReaderAt, _ aFile: Slice<Memory<File>>, _ aComment: string, _ adecompressors: Map<UInt16, Decompressor>)
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: