class

ZipTricks::Streamer

Inherits Reference < Object

Constants

DEFLATED = 8
STORED = 0

Constructors

new(io : IO)
Source

Class methods

archive(io : IO, &)
Source

Instance methods

add_deflated(filename : String, &)
Source
add_stored(filename : String, &)
Source
advance(by)
Source
bytesize
Source
finish
Source
predeclare_entry(filename : String, uncompressed_size : Int, compressed_size : Int, crc32 : Int, storage_mode : Int, use_data_descriptor : Bool = false)
Source
write_central_directory
Source
write_data_descriptor_for_last_entry
Source
write_local_entry_header(entry)
Source

Nested types