enum Tarball::Entry::Type

Defined in:

tarball/entry.cr

Enum Members

DIRECTORY = 0
FILE = 1
HARDLINK = 2
SYMLINK = 3
LONGNAME = 4
LONGLINKNAME = 5
PAXDATA = 6
UNSUPPORTED = 2147483647

Instance Method Summary

Instance Method Detail

def directory? #

[View source]
def file? #

[View source]
def hardlink? #

[View source]
def longlinkname? #

[View source]
def longname? #

[View source]
def paxdata? #

[View source]
def symlink? #

[View source]
def unsupported? #

[View source]