struct Tar::Header
- Tar::Header
- Struct
- Value
- Object
Defined in:
tar/header.crConstructors
Instance Method Summary
- #access_time : Time
- #change_time : Time
- #clone
- #copy_with(type _type = @type, name _name = @name, link_name _link_name = @link_name, size _size = @size, mode _mode = @mode, uid _uid = @uid, gid _gid = @gid, username _username = @username, group _group = @group, modification_time _modification_time = @modification_time, access_time _access_time = @access_time, change_time _change_time = @change_time, dev_major _dev_major = @dev_major, dev_minor _dev_minor = @dev_minor, x_attrs _x_attrs = @x_attrs, pax_records _pax_records = @pax_records, format _format = @format)
- #dev_major : Int64
- #dev_minor : Int64
- #format : Format
- #gid : Int32
- #group : String
- #link_name : String
- #mode : Int64
- #modification_time : Time
- #name : String
- #pax_records : Hash(String, String)
- #size : Int64
- #type : Char
- #uid : Int32
- #username : String
- #x_attrs : Hash(String, String)
Constructor Detail
def self.new(type : Char, name : String, link_name : String, size : Int64, mode : Int64, uid : Int32, gid : Int32, username : String, group : String, modification_time : Time, access_time : Time, change_time : Time, dev_major : Int64, dev_minor : Int64, x_attrs : Hash(String, String), pax_records : Hash(String, String), format : Format)
#
Instance Method Detail
def copy_with(type _type = @type, name _name = @name, link_name _link_name = @link_name, size _size = @size, mode _mode = @mode, uid _uid = @uid, gid _gid = @gid, username _username = @username, group _group = @group, modification_time _modification_time = @modification_time, access_time _access_time = @access_time, change_time _change_time = @change_time, dev_major _dev_major = @dev_major, dev_minor _dev_minor = @dev_minor, x_attrs _x_attrs = @x_attrs, pax_records _pax_records = @pax_records, format _format = @format)
#