|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.cocoon.components.serializers.encoding.UnknownCharset
public class UnknownCharset
The Charset
implementation provided by this factory
for the unknown charset.
Constructor Summary | |
---|---|
UnknownCharset()
Create a new instance of this UnknownCharset . |
Method Summary | |
---|---|
boolean |
allows(char c)
Check if the specified character by representable in this specifiec Charset instance. |
boolean |
equals(Charset charset)
Compare an object to this Charset instances for equality. |
boolean |
equals(Object object)
Compare two Charset instances for equality. |
String[] |
getAliases()
Return all alias names for this Charset |
String |
getName()
Return the primary name of this Charset |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public UnknownCharset()
UnknownCharset
.
Method Detail |
---|
public String getName()
Charset
getName
in interface Charset
public String[] getAliases()
Charset
getAliases
in interface Charset
public boolean allows(char c)
Charset
instance.
This implementation always returns true.
allows
in interface Verifier
public boolean equals(Object object)
Charset
instances for equality.
equals
in class Object
public boolean equals(Charset charset)
Charset
instances for equality.
equals
in interface Charset
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |