TarFile class Null safety

Constructors

TarFile()
TarFile.read(InputStreamBase input, {bool storeData = true})

Properties

checksum ↔ int
read / write
content ↔ dynamic
read / write
contentBytes → List<int>
read-only
deviceMajorNumber ↔ int
read / write
deviceMinorNumber ↔ int
read / write
filename ↔ String
read / write
filenamePrefix ↔ String
read / write
fileSize ↔ int
read / write
groupId ↔ int
read / write
hashCode → int
The hash code for this object.
read-onlyinherited
isFile → bool
read-only
read-only
lastModTime ↔ int
read / write
mode ↔ int
read / write
nameOfLinkedFile ↔ String
read / write
ownerGroupName ↔ String
read / write
ownerId ↔ int
read / write
ownerUserName ↔ String
read / write
rawContent → InputStreamBase?
read-only
runtimeType → Type
A representation of the runtime type of the object.
read-onlyinherited
size → int
read-only
typeFlag ↔ String
read / write
ustarIndicator ↔ String
read / write
ustarVersion ↔ String
read / write

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
A string representation of this object.
override
write(dynamic output) → void

Operators

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

Constants

TYPE_BLOCK_SPEC → const String
'4'
TYPE_CHAR_SPEC → const String
'3'
TYPE_CONT_FILE → const String
'7'
TYPE_DIRECTORY → const String
'5'
TYPE_EX_HEADER → const String
'x'
TYPE_EX_HEADER2 → const String
'X'
TYPE_FIFO → const String
'6'
TYPE_G_EX_HEADER → const String
'g'
TYPE_G_EX_HEADER2 → const String
'G'
'1'
TYPE_NORMAL_FILE → const String
'0'
'2'