TarFile class

Constructors

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

Properties

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

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent 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