Akka.IO.DirectByteBufferPool.Allocate C# (CSharp) Метод

Allocate() приватный Метод

private Allocate ( int size ) : Akka.IO.ByteBuffer
size int
Результат Akka.IO.ByteBuffer
        private ByteBuffer Allocate(int size)
        {
            return ByteBuffer.Allocate(size);
        }