public class ThreadLocalCache extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static int |
BYTES_CACH_INIT_SIZE
已过时。
|
static int |
BYTES_CACH_INIT_SIZE_EXP
已过时。
|
static int |
BYTES_CACH_MAX_SIZE
已过时。
|
static int |
BYTES_CACH_MAX_SIZE_EXP
已过时。
|
static int |
CHARS_CACH_INIT_SIZE
已过时。
|
static int |
CHARS_CACH_INIT_SIZE_EXP
已过时。
|
static int |
CHARS_CACH_MAX_SIZE
已过时。
|
static int |
CHARS_CACH_MAX_SIZE_EXP
已过时。
|
| 构造器和说明 |
|---|
ThreadLocalCache()
已过时。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static void |
clearBytes()
已过时。
|
static void |
clearChars()
已过时。
|
static byte[] |
getBytes(int length)
已过时。
|
static char[] |
getChars(int length)
已过时。
|
static CharsetDecoder |
getUTF8Decoder()
已过时。
|
public static final int CHARS_CACH_INIT_SIZE
public static final int CHARS_CACH_INIT_SIZE_EXP
public static final int CHARS_CACH_MAX_SIZE
public static final int CHARS_CACH_MAX_SIZE_EXP
public static final int BYTES_CACH_INIT_SIZE
public static final int BYTES_CACH_INIT_SIZE_EXP
public static final int BYTES_CACH_MAX_SIZE
public static final int BYTES_CACH_MAX_SIZE_EXP
public static CharsetDecoder getUTF8Decoder()
public static void clearChars()
public static char[] getChars(int length)
public static void clearBytes()
public static byte[] getBytes(int length)
Copyright © 2012–2020 Alibaba Group. All rights reserved.