class BEncoding::ByteIterator

Included Modules

Defined in:

BEncoding/decode.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(bytes : Array(UInt8)) #

[View source]

Instance Method Detail

def current #

[View source]
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]
def pointer : Int32 #

[View source]