public static enum BufferRecycler.ByteBufferType extends Enum<BufferRecycler.ByteBufferType>
| 枚举常量和说明 |
|---|
READ_IO_BUFFER |
WRITE_CONCAT_BUFFER |
WRITE_ENCODING_BUFFER |
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(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2002–2019 The MyMMSCs Software Foundation. All rights reserved.