Zip64::Serializer
Constants
MADE_BY_SIGNATURE = Bytes[52, 3]
A combination of two bytes - version_made_by as low byte and the OS type as high byte version_made_by = 52 os_type = 3 # UNIX [version_made_by, os_type].pack('CC')
VERSION_NEEDED_TO_EXTRACT = 20
VERSION_NEEDED_TO_EXTRACT_ZIP64 = 45
Instance methods
dir_external_attrs
Sourcefile_external_attrs
Sourcewrite_central_directory_file_header(io : IO, filename : String, compressed_size : ZipFilesize, uncompressed_size : ZipFilesize, crc32 : ZipCRC32, gp_flags : ZipGpFlags, mtime : Time, storage_mode : ZipStorageMode, local_file_header_location : ZipLocation, additional_extra_fields : Bytes = Bytes.empty, comment : String = "")
Sourcewrite_data_descriptor(io : IO, compressed_size : ZipFilesize, uncompressed_size : ZipFilesize, crc32 : ZipCRC32)
Source