class
ZipTricks::Streamer::Entry
- ZipTricks::Streamer::Entry
- Reference
- Object
Defined in:
streamer.crInstance Method Summary
- #bytes_used_for_data_descriptor : UInt64
- #bytes_used_for_data_descriptor=(bytes_used_for_data_descriptor : UInt64)
- #bytes_used_for_local_header : UInt64
- #bytes_used_for_local_header=(bytes_used_for_local_header : UInt64)
- #compressed_size : UInt64
- #compressed_size=(compressed_size : UInt64)
- #crc32 : UInt32
- #crc32=(crc32 : UInt32)
- #entry_offset_in_file : UInt64
- #entry_offset_in_file=(entry_offset_in_file : UInt64)
- #filename : String
- #filename=(filename : String)
- #gp_flags
- #mtime : Time
- #mtime=(mtime : Time)
- #storage_mode : Int32
- #storage_mode=(storage_mode : Int32)
-
#total_bytes_used
Returns the total bytes used by this entry in the archive (local header + compressed data + data descriptor)
- #uncompressed_size : UInt64
- #uncompressed_size=(uncompressed_size : UInt64)
- #unix_permissions : Int32 | Nil
- #unix_permissions=(unix_permissions : Int32 | Nil)
- #use_data_descriptor : Bool
- #use_data_descriptor=(use_data_descriptor : Bool)
Instance Method Detail
def total_bytes_used
#
Returns the total bytes used by this entry in the archive (local header + compressed data + data descriptor)