Click or drag to resize
Akka.NETByteIteratorGetByte Method
Get a single Byte from this iterator. Identical to next().

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public virtual byte GetByte()

Return Value

Type: Byte
TBD
See Also