Archiver::Tar
Inherits Reference < Object
Constructors
new
SourceInstance methods
append_eof
Sourceappend_file(realname : String, savefile : String)
Sourceappend_regfile(realname : String)
Sourceclose
Sourceextract_blockdev(realname : String) : Int32
Sourceextract_chardev(realname : String) : Int32
Sourceextract_dir(realname : String) : Int32
Sourceextract_fifo(realname : String) : Int32
Sourceextract_file(realname : String) : Int32
Sourceextract_hardlink(realname : String) : Int32
Sourceextract_regfile(realname : String) : Int32
Sourceextract_symlink(realname : String) : Int32
Sourcefd
Sourceopen(pathname : String, type, oflags : Int32, mode : Int32, options : Int32)
Sourceopenfd(fd : Int32, pathname : String, type, oflags : Int32, mode : Int32, options : Int32)
Sourceset_tartype(type)
Sourcet=(t : Pointer(Pointer(LibTar::Tar)))
Sourcet?
Sourceth_read
Sourceth_set_device(device : LibTar::DevT)
Sourceth_set_link(linkname : String)
Sourceth_set_path(pathname : String)
Sourceth_set_type(mode : LibTar::ModeT)
Sourceth_write
Source