Class TCharset
java.lang.Object
de.mirkosertic.bytecoder.classlib.java.nio.charset.TCharset
- All Implemented Interfaces:
Comparable<Charset>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic boolean
atBugLevel
(String level) static Charset
static Charset
static boolean
isSupported
(String charactersetName) name()
abstract CharsetDecoder
abstract CharsetEncoder
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.lang.Comparable
compareTo
-
Field Details
-
defaultCharset
-
canonicalName
-
aliases
-
-
Constructor Details
-
TCharset
-
-
Method Details
-
defaultCharset
-
forName
-
name
-
newEncoder
-
newDecoder
-
isSupported
-
atBugLevel
-