class BEncoding::ByteIterator
- BEncoding::ByteIterator
- Reference
- Object
Included Modules
- Iterator(UInt8)
Defined in:
BEncoding/decode.crConstructors
Instance Method Summary
- #current
-
#next
Returns the next element in this iterator, or
Iterator::Stop::INSTANCE
if there are no more elements. - #pointer : Int32
Constructor Detail
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.