class Orc::RunLengthIntegerWriter

Defined in:

orc/run_length_integer_writer.cr

Constant Summary

MAX_DELTA = 127
MAX_REPEAT_SIZE = 127 + MIN_REPEAT_SIZE
MIN_DELTA = -128
MIN_REPEAT_SIZE = 3

Constructors

Instance Method Summary

Constructor Detail

def self.new(io : IO, signed : Bool = false) #

[View source]

Instance Method Detail

def close #

[View source]
def flush #

[View source]
def write(value : Int64) #

[View source]
def write_vs_long(value : Int64) #

[View source]
def write_vu_long(value : Int64) #

[View source]