class Zip::ArchiveIterator

Overview

Lazy iterator for Archive instances. Created by Archive#each.

Included Modules

Defined in:

zip/archive/iterator.cr

Instance Method Summary

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]
def rewind #

[View source]