class Chunked::Writer(T)
Defined in:
chunked/writer.cr
Constructors
Instance Method Summary
-
#chunk(index, &)
-
#close_chunk
-
#open_chunk(index : T)
-
#puts(*args, **options)
-
#puts(*args, **options, &)
-
#reset!
-
#write(*args, **options)
-
#write(*args, **options, &)
-
#write_byte(*args, **options)
-
#write_byte(*args, **options, &)
-
#write_bytes(*args, **options)
-
#write_bytes(*args, **options, &)
-
#write_utf8(*args, **options)
-
#write_utf8(*args, **options, &)
Constructor Detail
def self.
new(io, debug =
false)
#
Instance Method Detail
def
open_chunk(index : T)
#
def
puts(*args, **options)
#
def
puts(*args, **options, &)
#
def
write(*args, **options)
#
def
write(*args, **options, &)
#
def
write_byte(*args, **options)
#
def
write_byte(*args, **options, &)
#
def
write_bytes(*args, **options)
#
def
write_bytes(*args, **options, &)
#
def
write_utf8(*args, **options)
#
def
write_utf8(*args, **options, &)
#