ZipEndCentralDirectory class
Constructors
- ZipEndCentralDirectory(int signature)
Properties
- centralDirectorySize ↔ int
-
getter/setter pair
- comment ↔ String
-
getter/setter pair
- commentLength ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isCentralDirectory → bool
-
no setterinherited
- isCentralDirectoryEnd → bool
-
no setterinherited
- isLocalFile → bool
-
no setterinherited
- numberOfDisk ↔ int
-
getter/setter pair
- numberOfDiskWithCentralDirectory ↔ int
-
getter/setter pair
- offsetEnd ↔ int
-
getter/setter pairinherited
- offsetStart ↔ int
-
getter/setter pairinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- signature → int
-
finalinherited
- startOffset ↔ int
-
getter/setter pair
- totalEntriesInCentralDirectory ↔ int
-
getter/setter pair
- totalEntriesOfDisk ↔ int
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
Serializes the object to its JSON representation.
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited