|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.app.labelenc.AnyCharsetDecoder
public class AnyCharsetDecoder
Decodes strings from format 9 and a given character set to java strings.
Constructor Summary | |
---|---|
AnyCharsetDecoder(java.lang.String charsetName)
|
Method Summary | |
---|---|
boolean |
addByte(int b)
Add a byte to this decoder. |
DecodedText |
getText()
Get the valid text. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AnyCharsetDecoder(java.lang.String charsetName)
Method Detail |
---|
public boolean addByte(int b)
CharacterDecoder
addByte
in interface CharacterDecoder
b
- The byte read from the lbl file.
CharacterDecoder.getText()
method.public DecodedText getText()
CharacterDecoder
getText
in interface CharacterDecoder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |