StorageCompressor class abstract

Constructors

StorageCompressor(StorageMemory storage)

Properties

algorithm String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
storage StorageMemory
final

Methods

addArquiveFile(ArchiveFile arquiveFile) bool
Calls addFile using arquiveFile parameters.
checkCompressionLevel(int compressionLevel) → void
compressArquive({int compressionLevel = 4}) Future<Uint8List>
compressArquiveFiles(OutputStream output, int compressionLevel, List<ArchiveFile> arquiveFiles) List<int>
decompressArquive(Uint8List compressedArquive) → Archive
isValidCompressionLevel(int compressionLevel) bool
listArquiveFiles() Future<List<ArchiveFile>>
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