class

Orc::RunLengthIntegerWriter

Inherits Reference < Object

Constants

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

Constructors

new(io : IO, signed : Bool = false)
Source

Instance methods

close
Source
flush
Source
write(value : Int64)
Source
write_vs_long(value : Int64)
Source
write_vu_long(value : Int64)
Source