public static enum BufferRecycler.ByteBufferType extends java.lang.Enum<BufferRecycler.ByteBufferType>
| Enum Constant and Description |
|---|
READ_IO_BUFFER |
WRITE_CONCAT_BUFFER |
WRITE_ENCODING_BUFFER |
| Modifier and Type | Method and Description |
|---|---|
static BufferRecycler.ByteBufferType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BufferRecycler.ByteBufferType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BufferRecycler.ByteBufferType READ_IO_BUFFER
public static final BufferRecycler.ByteBufferType WRITE_ENCODING_BUFFER
public static final BufferRecycler.ByteBufferType WRITE_CONCAT_BUFFER
public static BufferRecycler.ByteBufferType[] values()
for (BufferRecycler.ByteBufferType c : BufferRecycler.ByteBufferType.values()) System.out.println(c);
public static BufferRecycler.ByteBufferType valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null