Uses of Class
com.fasterxml.jackson.core.util.BufferRecycler.ByteBufferType

Packages that use BufferRecycler.ByteBufferType
com.fasterxml.jackson.core.util Utility classes used by Jackson Core functionality. 
 

Uses of BufferRecycler.ByteBufferType in com.fasterxml.jackson.core.util
 

Methods in com.fasterxml.jackson.core.util that return BufferRecycler.ByteBufferType
static BufferRecycler.ByteBufferType BufferRecycler.ByteBufferType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static BufferRecycler.ByteBufferType[] BufferRecycler.ByteBufferType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.fasterxml.jackson.core.util with parameters of type BufferRecycler.ByteBufferType
 byte[] BufferRecycler.allocByteBuffer(BufferRecycler.ByteBufferType type)
           
 void BufferRecycler.releaseByteBuffer(BufferRecycler.ByteBufferType type, byte[] buffer)
           
 



Copyright © 2012 FasterXML. All Rights Reserved.