System.IO.ByteBufferAllocator.ByteBufferAllocator C# (CSharp) Method

ByteBufferAllocator() public method

public ByteBufferAllocator ( int bufferSize ) : System
bufferSize int
return System
        public ByteBufferAllocator(int bufferSize)
        {
            _bufferSize = bufferSize;
        }