public class DummyByteBufferManager extends Object implements ByteBufferManager
| Constructor and Description |
|---|
DummyByteBufferManager() |
| Modifier and Type | Method and Description |
|---|---|
ByteBuffer |
allocate(int capacity) |
ManagedByteBufferWrapper |
allocateManaged(int capacity) |
void |
deallocate(ByteBuffer byteBuffer) |
public ByteBuffer allocate(int capacity)
allocate in interface ByteBufferManagerpublic ManagedByteBufferWrapper allocateManaged(int capacity)
allocateManaged in interface ByteBufferManagerpublic void deallocate(ByteBuffer byteBuffer)
deallocate in interface ByteBufferManagerCopyright © 2003–2021 MuleSoft, Inc.. All rights reserved.