ZipFileHeader class Null safety

Constructors

ZipFileHeader([InputStreamBase? input, InputStreamBase? bytes, String? password])

Properties

compressedSize int?
read / write
compressionMethod int
read / write
crc32 int?
read / write
diskNumberStart int?
read / write
externalFileAttributes int?
read / write
extraField List<int>
read / write
file ZipFile?
read / write
fileComment String
read / write
filename String
read / write
generalPurposeBitFlag int
read / write
hashCode int
The hash code for this object.
read-onlyinherited
internalFileAttributes int?
read / write
lastModifiedFileDate int
read / write
lastModifiedFileTime int
read / write
localHeaderOffset int?
read / write
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
uncompressedSize int?
read / write
versionMadeBy int
read / write
versionNeededToExtract int
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.
override

Operators

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

Constants

SIGNATURE → const int
0x02014b50