class

Orc::RunLengthBooleanReader

Inherits Iterator < Enumerable < Reference < Object

Booleans are encoded as a RLE byte stream and therefore will return more booleans than there are rows in the stripe/stream.

Constructors

new(io : IO)
Source

Instance methods

next

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

Source