|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.app.labelenc.BaseEncoder
uk.me.parabola.imgfmt.app.labelenc.AnyCharsetEncoder
public class AnyCharsetEncoder
Convert text to a specified charset. This is used when you give a charset name on the command line to convert to.
Field Summary |
---|
Fields inherited from class uk.me.parabola.imgfmt.app.labelenc.BaseEncoder |
---|
NO_TEXT |
Constructor Summary | |
---|---|
AnyCharsetEncoder(java.lang.String cs)
|
Method Summary | |
---|---|
EncodedText |
encodeText(java.lang.String text)
|
Methods inherited from class uk.me.parabola.imgfmt.app.labelenc.BaseEncoder |
---|
isCharsetSupported, isUpperCase, prepareForCharacterSet, setUpperCase, simpleEncode |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnyCharsetEncoder(java.lang.String cs)
Method Detail |
---|
public EncodedText encodeText(java.lang.String text)
encodeText
in interface CharacterEncoder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |