ArchiveDetails class

Operates an archive file.

Constructors

ArchiveDetails(Uint8List content)
ArchiveDetails.fromUint8List(Uint8List bytes)
factory

Properties

content Uint8List
Byte data of an archive file.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override
update(int dstOffset, Uint8List updateContent, int srcOffset, int count) bool
Modifies an archive file.

Operators

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