SynchronousTarEntry class final

A tar entry stored in memory.

Inheritance

Properties

contents Stream<List<int>>
The content stream of the active tar entry.
finalinherited
data List<int>
The contents of this tar entry as a byte array.
final
hashCode int
The hash code for this object.
no setterinherited
The parsed TarHeader of this tar entry.
finalinherited
modified DateTime
Time of the last modification of this file, as indicated in the header.
no setterinherited
name String
The name of this entry, as indicated in the header or a previous pax entry.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
The content size of this entry, in bytes.
no setterinherited
type TypeFlag
The type of tar entry (file, directory, etc.).
no setterinherited

Methods

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