Click or drag to resize
Akka.NETByteString.FromArray Method (Byte[], Int32, Int32)
Creates a new ByteString by copying length bytes starting at offset from an Array.

Namespace:  Akka.IO
Assembly:  Akka (in Akka.dll) Version: 1.2.3.42 (1.2.3.42)
Syntax
public ByteString FromArray(
	byte[] array,
	int offset,
	int length
)

Parameters

array
Type:System.Byte[]
TBD
offset
Type: System.Int32
TBD
length
Type: System.Int32
TBD

Return Value

Type: ByteString
TBD
See Also