|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.app.labelenc.Format6Decoder
public class Format6Decoder
Convert the 6-bit label format back to a java string.
Constructor Summary | |
---|---|
Format6Decoder()
|
Method Summary | |
---|---|
boolean |
addByte(int in)
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 Format6Decoder()
Method Detail |
---|
public boolean addByte(int in)
CharacterDecoder
addByte
in interface CharacterDecoder
in
- 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 |