class Orc::StringDictionaryReader

Included Modules

Defined in:

orc/string_dictionary_reader.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(length : RunLengthIntegerReader, dictionary : RunLengthIntegerReader, data : IO) #

[View source]

Instance Method Detail

def next #
Description copied from module Iterator(String)

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


[View source]