ZipDirectory class Null safety

Constructors

ZipDirectory()
ZipDirectory.read(InputStreamBase input, {String? password})

Properties

centralDirectoryOffset int
read / write
centralDirectorySize int
read / write
diskWithTheStartOfTheCentralDirectory int
read / write
fileHeaders List<ZipFileHeader>
read / write
filePosition int
read / write
hashCode int
The hash code for this object.
read-onlyinherited
numberOfThisDisk int
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
totalCentralDirectoryEntries int
read / write
totalCentralDirectoryEntriesOnThisDisk int
read / write
zipFileComment String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

signature → const int
0x06054b50
zip64EocdLocatorSignature → const int
0x07064b50
zip64EocdLocatorSize → const int
20
zip64EocdSignature → const int
0x06064b50
zip64EocdSize → const int
56