class Orc::RunLengthIntegerReader

Included Modules

Defined in:

orc/run_length_integer_reader.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]

Instance Method Detail

def has_next? #

[View source]
def next #
Description copied from module Iterator(Int64)

Returns the next element in this iterator, or Iterator::Stop::INSTANCE if there are no more elements.


[View source]
def read #

[View source]
def read_vs_long #

[View source]
def read_vu_long #

[View source]