class DeltaEncoding64::Decoder

Defined in:

delta_encoding_64.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO) #

[View source]

Instance Method Detail

def all_read? #

[View source]
def bit_widths : Slice(UInt8) #

[View source]
def block_size : Int32 #

[View source]
def check_read #

[View source]
def deltas : Slice(Int64) #

[View source]
def first_value : Int64 #

[View source]
def flush #

[View source]
def min_delta : Int64 #

[View source]
def mini_blocks : Int32 #

[View source]
def previous_value : Int64 #

[View source]
def read_block #

[View source]
def read_deltas #

[View source]
def read_integer #

[View source]
def total_count : Int32 #

[View source]
def values #

[View source]