TarFileEncoder class

Constructors

TarFileEncoder()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tarPath String
getter/setter pair

Methods

addDirectory(Directory dir, {bool followLinks = true, bool includeDirName = true}) Future<void>
addFile(File file, [String? filename]) Future<void>
close() Future<void>
create(String tarPath) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open(String tarPath) → void
tarDirectory(Directory dir, {int compression = STORE, String? filename, bool followLinks = true, int? level}) Future<void>
toString() String
A string representation of this object.
inherited

Operators

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

Constants

GZIP → const int
STORE → const int