com.sun.xml.stream.util
Class BufferAllocator
java.lang.Object
com.sun.xml.stream.util.BufferAllocator
public class BufferAllocator
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SMALL_SIZE_LIMIT
public static int SMALL_SIZE_LIMIT
MEDIUM_SIZE_LIMIT
public static int MEDIUM_SIZE_LIMIT
LARGE_SIZE_LIMIT
public static int LARGE_SIZE_LIMIT
BufferAllocator
public BufferAllocator()
getCharBuffer
public char[] getCharBuffer(int size)
returnCharBuffer
public void returnCharBuffer(char[] c)
getByteBuffer
public byte[] getByteBuffer(int size)
returnByteBuffer
public void returnByteBuffer(byte[] b)
Copyright ? 2002-2003 Apache XML Project. All Rights Reserved.