public class DefaultBufferAllocator extends Object implements BufferAllocator
Modifier and Type | Field and Description |
---|---|
static BufferAllocatorFactory |
factory |
Constructor and Description |
---|
DefaultBufferAllocator() |
public static BufferAllocatorFactory factory
public byte[] allocate(int size)
allocate
in interface BufferAllocator
public void release(byte[] buffer)
release
in interface BufferAllocator
Copyright © 2011–2024 xerial.org. All rights reserved.