class

Orc::Readers::IntegerReader

Inherits Orc::Readers::Base < Iterator < Enumerable < Reference < Object

Constructors

new(reader : RunLengthIntegerReader | RunLengthIntegerReaderV2)
Source

Instance methods

next

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

Source