Click or drag to resize
Akka.NETByteIterator.GetBytes Method (Byte[], Int32, Int32)
TBD

Namespace:  Akka.Util
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public abstract ByteIterator GetBytes(
	byte[] xs,
	int offset,
	int n
)

Parameters

xs
Type:System.Byte[]
TBD
offset
Type: System.Int32
TBD
n
Type: System.Int32
TBD

Return Value

Type: ByteIterator
TBD
See Also