class Archiver::Tar
- Archiver::Tar
- Reference
- Object
Defined in:
crystal-libtar.crConstructors
Instance Method Summary
- #append_eof
- #append_file(realname : String, savefile : String)
- #append_regfile(realname : String)
- #close
- #extract_blockdev(realname : String) : Int32
- #extract_chardev(realname : String) : Int32
- #extract_dir(realname : String) : Int32
- #extract_fifo(realname : String) : Int32
- #extract_file(realname : String) : Int32
- #extract_hardlink(realname : String) : Int32
- #extract_regfile(realname : String) : Int32
- #extract_symlink(realname : String) : Int32
- #fd
- #open(pathname : String, type, oflags : Int32, mode : Int32, options : Int32)
- #openfd(fd : Int32, pathname : String, type, oflags : Int32, mode : Int32, options : Int32)
- #set_tartype(type)
- #t=(t : Pointer(Pointer(LibTar::Tar)))
- #t? : Pointer(Pointer(LibTar::Tar))
- #th_read
- #th_set_device(device : LibTar::DevT)
- #th_set_link(linkname : String)
- #th_set_path(pathname : String)
- #th_set_type(mode : LibTar::ModeT)
- #th_write
Constructor Detail
Instance Method Detail
def openfd(fd : Int32, pathname : String, type, oflags : Int32, mode : Int32, options : Int32)
#