ArchiveEntry class abstract
Holds an archive entry's metadata.
- Implementers
- Available extensions
Constructors
Properties
- compressedLength → int?
-
Compressed data length.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- length → int?
-
Uncompressed data length.
no setter
- path → String
-
Absolute path to the entry in the archive.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
close(
) → Future< void> - Closes any pending resources for this entry.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
read(
{IntRange? range}) → Future< ByteData> -
Reads the whole content of this entry.
When
range
is null, the whole content is returned. Out-of-range indexes are clamped to the available length automatically. -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited