static void BlockCopy(Array src, int srcOffset, Array dst, int dstOffset, int count)
static void PrintBufferSizes()
const int LARGE_BUFFER_SIZE
const int SMALL_BUFFER_SIZE
const int MEDIUM_BUFFER_SIZE
static CachedBuffer Request(int size)
static CachedBuffer Request(byte[] data, int offset, int size)
static Queue< CachedBuffer > LargeBufferQueue
static Queue< CachedBuffer > SmallBufferQueue
static void Recycle(CachedBuffer buffer)
static Queue< CachedBuffer > MediumBufferQueue