@GwtCompatible(emulated=true) final class Platform extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.ThreadLocal<char[]> |
DEST_TL
A thread-local destination buffer to keep us from creating new buffers.
|
Modifier | Constructor and Description |
---|---|
private |
Platform() |
Modifier and Type | Method and Description |
---|---|
(package private) static char[] |
charBufferFromThreadLocal()
Returns a thread-local 1024-char array.
|