class

Xlsxtream::ZipWriter

Inherits Reference < Object

Constants

BUFFER_SIZE = 64 * 1024

Constructors

new(zip : Compress::Zip::Writer, close : Array(Closeable) = [] of Closeable)
Source
with_output_to(output : ZipWriter) : ZipWriter
Source
with_output_to(output : String | Path) : ZipWriter
Source
with_output_to(output : IO) : ZipWriter
Source

Instance methods

<<(data : String) : self
Source
add_file(path : String) : Nil
Source
close
Source

Nested types