public abstract class AbstractAllocator
extends java.lang.Object
Constructor and Description |
---|
AbstractAllocator() |
Modifier and Type | Method and Description |
---|---|
abstract java.nio.ByteBuffer |
allocate(int size) |
java.nio.ByteBuffer |
clone(java.nio.ByteBuffer buffer)
Allocate a slice of the given length.
|
Copyright © 2015 The Apache Software Foundation