ZipFileHeader class

Constructors

ZipFileHeader([InputStreamBase? input])

Properties

compressedSize int?
getter/setter pair
compressionMethod int
getter/setter pair
crc32 int?
getter/setter pair
diskNumberStart int?
getter/setter pair
externalFileAttributes int?
getter/setter pair
extraField List<int>
getter/setter pair
file ZipFile?
getter/setter pair
fileComment String
getter/setter pair
filename String
getter/setter pair
generalPurposeBitFlag int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
internalFileAttributes int?
getter/setter pair
lastModifiedFileDate int
getter/setter pair
lastModifiedFileTime int
getter/setter pair
localHeaderOffset int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uncompressedSize int?
getter/setter pair
versionMadeBy int
getter/setter pair
versionNeededToExtract int
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
readLocalFileHeader(InputStreamBase input, String? password) → void
toString() String
A string representation of this object.
override

Operators

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

Constants

SIGNATURE → const int