Package net.arnx.jef4j
Class FujitsuCharset
- java.lang.Object
-
- java.nio.charset.Charset
-
- net.arnx.jef4j.FujitsuCharset
-
- All Implemented Interfaces:
Comparable<Charset>
public class FujitsuCharset extends Charset
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedFujitsuCharset(net.arnx.jef4j.FujitsuCharsetType type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(Charset cs)CharsetDecodernewDecoder()CharsetEncodernewEncoder()-
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, defaultCharset, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
-
-
-
-
Method Detail
-
newDecoder
public CharsetDecoder newDecoder()
- Specified by:
newDecoderin classCharset
-
newEncoder
public CharsetEncoder newEncoder()
- Specified by:
newEncoderin classCharset
-
-