kool
/
kool.lib
/
ByteBufferIterator
Byte
Buffer
Iterator
class
ByteBufferIterator
(byteBuffer:
ByteBuffer
) :
Iterator
<
Byte
>
Content copied to clipboard
Functions
Sources
Functions
equals
Link copied to clipboard
open operator fun
equals
(other:
Any
?):
Boolean
Content copied to clipboard
forEachRemaining
Link copied to clipboard
open fun
forEachRemaining
(p0:
Consumer
<in
Byte
>)
Content copied to clipboard
hashCode
Link copied to clipboard
open fun
hashCode
():
Int
Content copied to clipboard
hasNext
Link copied to clipboard
open operator override fun
hasNext
():
Boolean
Content copied to clipboard
next
Link copied to clipboard
open operator override fun
next
():
Byte
Content copied to clipboard
toString
Link copied to clipboard
open fun
toString
():
String
Content copied to clipboard
Sources
(source)
Link copied to clipboard