Liferay 6.1.2-ce-ga3

com.liferay.portal.kernel.util
Class CharBufferPool

java.lang.Object
  extended by com.liferay.portal.kernel.util.CharBufferPool

public class CharBufferPool
extends Object


Constructor Summary
CharBufferPool()
           
 
Method Summary
static char[] borrow(int size)
           
static void cleanUp()
           
static boolean isEnabled()
           
static void setEnabled(boolean enabled)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CharBufferPool

public CharBufferPool()
Method Detail

borrow

public static char[] borrow(int size)

cleanUp

public static void cleanUp()

isEnabled

public static boolean isEnabled()

setEnabled

public static void setEnabled(boolean enabled)

Liferay 6.1.2-ce-ga3