com.sun.xml.stream.util
public class BufferAllocator extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
LARGE_SIZE_LIMIT |
static int |
MEDIUM_SIZE_LIMIT |
static int |
SMALL_SIZE_LIMIT |
Constructor and Description |
---|
BufferAllocator() |
Modifier and Type | Method and Description |
---|---|
byte[] |
getByteBuffer(int size) |
char[] |
getCharBuffer(int size) |
void |
returnByteBuffer(byte[] b) |
void |
returnCharBuffer(char[] c) |
Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.