| ByteBufferAllocate Method |
TBD
Namespace:
Akka.IO
Assembly:
Akka (in Akka.dll) Version: 1.2.3.129 (1.2.3.129)
Syntax public static ByteBuffer Allocate(
int capacity
)
static member Allocate :
capacity : int -> ByteBuffer
Parameters
- capacity
- Type: SystemInt32
TBD
Return Value
Type:
ByteBufferTBD
See Also