class ThreadLocalCharsetDecoder
extends java.lang.ThreadLocal<java.nio.charset.CharsetDecoder>
| Modifier and Type | Field and Description |
|---|---|
private java.nio.charset.Charset |
charset |
| Constructor and Description |
|---|
ThreadLocalCharsetDecoder(java.nio.charset.Charset charset) |
| Modifier and Type | Method and Description |
|---|---|
protected java.nio.charset.CharsetDecoder |
initialValue() |