Class BytecoderCharset
- java.lang.Object
-
- java.nio.charset.Charset
-
- de.mirkosertic.bytecoder.classlib.BytecoderCharset
-
- All Implemented Interfaces:
java.lang.Comparable<java.nio.charset.Charset>
public class BytecoderCharset extends java.nio.charset.Charset
-
-
Constructor Summary
Constructors Constructor Description BytecoderCharset(java.lang.String canonicalName, java.lang.String[] aliases)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
contains(java.nio.charset.Charset cs)
java.nio.charset.CharsetDecoder
newDecoder()
java.nio.charset.CharsetEncoder
newEncoder()
-
-
-
Method Detail
-
contains
public boolean contains(java.nio.charset.Charset cs)
- Specified by:
contains
in classjava.nio.charset.Charset
-
newDecoder
public java.nio.charset.CharsetDecoder newDecoder()
- Specified by:
newDecoder
in classjava.nio.charset.Charset
-
newEncoder
public java.nio.charset.CharsetEncoder newEncoder()
- Specified by:
newEncoder
in classjava.nio.charset.Charset
-
-