class Orc::Readers::ByteReader

Defined in:

orc/readers/byte_reader.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(reader : RunLengthByteReader) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(UInt8)

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


[View source]