Diffusion .NET Classic API - Core and Common  5.9.4
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events
PushTechnology.DiffusionCore.Buffering.IByteBufferAllocator Interface Reference

More...

Inheritance diagram for PushTechnology.DiffusionCore.Buffering.IByteBufferAllocator:
PushTechnology.DiffusionCore.Buffering.ByteBufferAllocator

Public Member Functions

ByteBuffer Allocate (int capacity)
 
ByteBuffer Wrap (byte[] src, bool setPosition, bool autoExpand)
 

Detailed Description

Member Function Documentation

ByteBuffer PushTechnology.DiffusionCore.Buffering.IByteBufferAllocator.Allocate ( int  capacity)

Parameters
capacity
Returns

Implemented in PushTechnology.DiffusionCore.Buffering.ByteBufferAllocator.

ByteBuffer PushTechnology.DiffusionCore.Buffering.IByteBufferAllocator.Wrap ( byte[]  src,
bool  setPosition,
bool  autoExpand 
)

Parameters
src
setPosition
autoExpand
Returns

Implemented in PushTechnology.DiffusionCore.Buffering.ByteBufferAllocator.