class NGHTTP::ChunkEncoder
- NGHTTP::ChunkEncoder
- IO
- Reference
- Object
Defined in:
nghttp/io/chunk_encoder.crConstructors
Macro Summary
Instance Method Summary
-
#close
Closes this
IO
. - #read(slice : Slice)
-
#rewind
Rewinds this
IO
. - #write(slice : Slice) : Nil
Instance methods inherited from class IO
pack(spec, *a)
pack,
reunpack(src, dst, *vars)
reunpack,
unpack(spec)
unpack
Constructor Detail
Macro Detail
Instance Method Detail
def close
#
Description copied from class IO
Closes this IO
.
IO
defines this is a no-op method, but including types may override.