Package aQute.lib.utf8properties
Class ThreadLocalCharsetDecoder
- java.lang.Object
-
- java.lang.ThreadLocal<java.nio.charset.CharsetDecoder>
-
- aQute.lib.utf8properties.ThreadLocalCharsetDecoder
-
class ThreadLocalCharsetDecoder extends java.lang.ThreadLocal<java.nio.charset.CharsetDecoder>
-
-
Field Summary
Fields Modifier and Type Field Description private java.nio.charset.Charset
charset
-
Constructor Summary
Constructors Constructor Description ThreadLocalCharsetDecoder(java.nio.charset.Charset charset)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.nio.charset.CharsetDecoder
initialValue()
-