| ByteIteratorGetByte Method |
Get a single Byte from this iterator. Identical to next().
Namespace:
Akka.Util
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public virtual byte GetByte()
abstract GetByte : unit -> byte
override GetByte : unit -> byte
Return Value
Type:
ByteTBD
See Also