| ByteStringFromArray Method (Byte) |
Creates a new ByteString by copying a byte array.
Namespace:
Akka.IO
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public ByteString FromArray(
byte[] array
)
member FromArray :
array : byte[] -> ByteString
Parameters
- array
- Type: SystemByte
TBD
Return Value
Type:
ByteStringTBD
See Also