ByteBufferPool Description sealed class Tinman.Core.System.ByteBufferPool Derived from ObjectPool<ByteBuffer> ICapacity A pool for ByteBuffers of a given size (see ICapacity.Capacity). See also ByteBuffer.CreatePool Public / Attributes LimitCount public attribute LimitCount → (get,set) value : int32 [>=0] The limit or 0 if unlimited. The limit for the maximum number of objects that may be present in the pool. LimitMemory public attribute LimitMemory → (get,set) value : int64 [>=0] The limit in bytes or 0 if unlimited. The limit for the maximum amount of memory consumed by the objects in the pool. See also IMemoryConsumption ByteBuffer ByteOrder