class SamlZlibReader

Overview

Have to override this to ignore the header and checksum

Defined in:

saml.cr

Constructors

Class Method Summary

Instance Method Summary

Constructor Detail

def self.new(io : IO, sync_close = false, dict : Bytes | Nil = nil) #

Creates a new reader from the given io.


[View source]

Class Method Detail

def self.open(io : IO, sync_close = false, dict : Bytes | Nil = nil, &) #

[View source]

Instance Method Detail

def unbuffered_read(slice : Bytes) : Int32 #
Description copied from class Compress::Zlib::Reader

See IO#read.


[View source]