class Archiver::Tar

Defined in:

crystal-libtar.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new #

[View source]

Instance Method Detail

def append_eof #

[View source]
def append_file(realname : String, savefile : String) #

[View source]
def append_regfile(realname : String) #

[View source]
def close #

[View source]
def extract_blockdev(realname : String) : Int32 #

[View source]
def extract_chardev(realname : String) : Int32 #

[View source]
def extract_dir(realname : String) : Int32 #

[View source]
def extract_fifo(realname : String) : Int32 #

[View source]
def extract_file(realname : String) : Int32 #

[View source]
def extract_hardlink(realname : String) : Int32 #

[View source]
def extract_regfile(realname : String) : Int32 #

[View source]
def extract_symlink(realname : String) : Int32 #

[View source]
def fd #

[View source]
def open(pathname : String, type, oflags : Int32, mode : Int32, options : Int32) #

[View source]
def openfd(fd : Int32, pathname : String, type, oflags : Int32, mode : Int32, options : Int32) #

[View source]
def set_tartype(type) #

[View source]
def t=(t : Pointer(Pointer(LibTar::Tar))) #

[View source]
def t? : Pointer(Pointer(LibTar::Tar)) #

[View source]
def th_read #

[View source]
def th_set_device(device : LibTar::DevT) #

[View source]
def th_set_link(linkname : String) #

[View source]
def th_set_path(pathname : String) #

[View source]
def th_set_type(mode : LibTar::ModeT) #

[View source]
def th_write #

[View source]