info.monitorenter.cpdetector.io
Class UnknownCharset
java.lang.Object
java.nio.charset.Charset
info.monitorenter.cpdetector.io.UnknownCharset
- All Implemented Interfaces:
- Comparable
- public class UnknownCharset
- extends Charset
A singleton Charset indicating that no encoding could be detected at all (regardless wether supported by platform or
not). Unlike the UnsupportedCharset singleton instances it will never equal anything.
- Author:
- Achim Westermann
| Methods inherited from class java.nio.charset.Charset |
aliases, availableCharsets, canEncode, compareTo, decode, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString |
getInstance
public static Charset getInstance()
contains
public boolean contains(Charset cs)
newDecoder
public CharsetDecoder newDecoder()
newEncoder
public CharsetEncoder newEncoder()
Copyleft ㊢ 2003-2004 MPL 1.1, All Rights Footloose.