| ByteStringCreate Method (ByteBuffer) |
TBD
Namespace:
Akka.IO
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static ByteString Create(
ByteBuffer buffer
)
static member Create :
buffer : ByteBuffer -> ByteString
Parameters
- buffer
- Type: Akka.IOByteBuffer
TBD
Return Value
Type:
ByteStringTBD
See Also