| ByteStringFromArray 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.129 (1.2.3.129)
Syntax public ByteString FromArray(
byte[] array,
int offset,
int length
)
member FromArray :
array : byte[] *
offset : int *
length : int -> ByteString
Parameters
- array
- Type: SystemByte
TBD - offset
- Type: SystemInt32
TBD - length
- Type: SystemInt32
TBD
Return Value
Type:
ByteStringTBD
See Also