module Zip::FileInfo
Overview
Base type for file information related to zip entries.
Direct including types
Defined in:
zip/file_info.crConstant Summary
-
DATA_DESCRIPTOR_SIGNATURE =
134695760
-
DEFLATE_END_SIGNATURE =
Bytes[80, 75, 7, 8]
-
SIGNATURE =
67324752
Constructors
Instance Method Summary
- #comment
- #comment=(comment)
- #compressed_size
- #compressed_size=(compressed_size)
- #compression_method
- #compression_method=(compression_method)
- #crc32
- #crc32=(crc32)
-
#dir?
Returns
true
if this entry is a directory. - #extra
- #extra=(extra)
-
#file?
Returns
true
if this entry is a file. - #filename
- #filename=(filename)
- #general_purpose_bit_flag
- #general_purpose_bit_flag=(general_purpose_bit_flag)
- #offset
- #offset=(offset)
- #time : Time
- #time=(time : Time)
- #uncompressed_size
- #uncompressed_size=(uncompressed_size)
- #version : UInt16
- #version=(version : UInt16)