ZipEntry class

Describes a Zip archive item.

Constructors

ZipEntry(String name, bool isDir, int size, int crc32)
Creates a new entry object.

Properties

crc32 int
The CRC32 checksum of the entry.
final
hashCode int
The hash code for this object.
no setterinherited
isDir bool
Whether the entry is a directory or a file.
final
name String
The name of the entry.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The size in bytes of the entry.
final

Methods

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

Operators

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