Archive class
Constructors
- Archive.new(CompressionRsWorld _world)
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createArchive(
{required ArchiveInput input}) → Future< Result< Uint8List, IoError> > -
extractTar(
{required Input tar, required String path}) → Future< Result< void, IoError> > -
extractZip(
{required Input zip, required String path}) → Future< Result< void, IoError> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
readTar(
{required String path}) → Future< Result< TarFiles, IoError> > -
readZip(
{required String path}) → Future< Result< ZipFiles, IoError> > -
toString(
) → String -
A string representation of this object.
inherited
-
viewTar(
{required Uint8List tarBytes}) → Future< Result< TarFiles, IoError> > -
viewZip(
{required Uint8List zipBytes}) → Future< Result< ZipFiles, IoError> > -
writeArchive(
{required ArchiveInput input, required String outputPath}) → Future< Result< void, IoError> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited