โ† index

[Archive]TarEntry

inherits Object ยท defined at core/15-tar.qn:17

One archive member: metadata is plain fields; bytes pulls the content from the archive stream (only while this entry is the current one).

Instance methods

bytes

The member's content. Only readable while this entry is the CURRENT one โ€” advancing (next / the each: loop) skips unread content โ€” and only once.

core/15-tar.qn:36

linkname

A symlink's target (empty for other types).

core/15-tar.qn:32

mtime

The recorded modification time.

core/15-tar.qn:29

name

The member's path, exactly as recorded (extractTo: is the safe way to turn it into a filesystem path).

core/15-tar.qn:20

s

core/15-tar.qn:41

size

The content length in bytes.

core/15-tar.qn:23

text

The content decoded as UTF-8 text.

core/15-tar.qn:39

type

#file, #directory, #symlink, or #other (anything else).

core/15-tar.qn:26