Package io.microsphere.nio.charset
Class CharsetUtils
- java.lang.Object
-
- io.microsphere.nio.charset.CharsetUtils
-
-
Field Summary
Fields Modifier and Type Field Description static java.nio.charset.Charset
DEFAULT_CHARSET
The default charset looks up from the JDK system property"native.encoding"
and"file.encoding"
if present, or the default charset isUTF-8
-
-
-
Field Detail
-
DEFAULT_CHARSET
public static final java.nio.charset.Charset DEFAULT_CHARSET
The default charset looks up from the JDK system property"native.encoding"
and"file.encoding"
if present, or the default charset isUTF-8
-
-