public class UnknownCharset implements Charset(Code)
The Charset implementation provided by this factory
for the unknown charset.
author: Pier Fumagalli, February 2003 version: CVS $Id: UnknownCharset.java 433543 2006-08-22 06:22:54Z crossley $
Constructor Summary
public
UnknownCharset() Create a new instance of this UnknownCharset.
Method Summary
public boolean
allows(char c) Check if the specified character by representable in this specifiec
Charset instance.
public boolean
equals(Object object) Compare two Charset instances for equality.
public boolean
equals(Charset charset) Compare an object to this Charset instances for equality.