info.monitorenter.cpdetector.io
Class UnknownCharset

java.lang.Object
  extended byjava.nio.charset.Charset
      extended byinfo.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

Method Summary
 boolean contains(Charset cs)
           
static Charset getInstance()
           
 CharsetDecoder newDecoder()
           
 CharsetEncoder newEncoder()
           
 
Methods inherited from class java.nio.charset.Charset
aliases, availableCharsets, canEncode, compareTo, decode, displayName, displayName, encode, encode, equals, forName, hashCode, isRegistered, isSupported, name, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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.