Uses of Enum
org.codehaus.jackson.util.BufferRecycler.ByteBufferType
Packages that use BufferRecycler.ByteBufferType
-
Uses of BufferRecycler.ByteBufferType in org.codehaus.jackson.util
Methods in org.codehaus.jackson.util that return BufferRecycler.ByteBufferTypeModifier and TypeMethodDescriptionReturns 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 org.codehaus.jackson.util with parameters of type BufferRecycler.ByteBufferTypeModifier and TypeMethodDescriptionfinal byte[]
BufferRecycler.allocByteBuffer
(BufferRecycler.ByteBufferType type) final void
BufferRecycler.releaseByteBuffer
(BufferRecycler.ByteBufferType type, byte[] buffer)