TarFileEncoder class Null safety
Constructors
Properties
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 non-existent 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