class SamlZlibReader
- SamlZlibReader
- Compress::Zlib::Reader
- IO
- Reference
- Object
Overview
Have to override this to ignore the header and checksum
Defined in:
saml.crConstructors
-
.new(io : IO, sync_close = false, dict : Bytes | Nil = nil)
Creates a new reader from the given io.
Class Method Summary
Instance Method Summary
-
#unbuffered_read(slice : Bytes) : Int32
See
IO#read
.
Constructor Detail
Creates a new reader from the given io.
Class Method Detail
Instance Method Detail
def unbuffered_read(slice : Bytes) : Int32
#
Description copied from class Compress::Zlib::Reader
See IO#read
.