System.IO.ByteBufferAllocator.ByteBufferAllocator C# (CSharp) 메소드

ByteBufferAllocator() 공개 메소드

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