|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.app.labelenc.Utf8Decoder
public class Utf8Decoder
Decoder for labels in utf-8, note that I am not actually sure that this is in fact used anywhere.
Constructor Summary | |
---|---|
Utf8Decoder()
|
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 Utf8Decoder()
Method Detail |
---|
public boolean addByte(int b)
addByte
in interface CharacterDecoder
b
- The byte read from the lbl file.
getText()
method.public DecodedText getText()
getText
in interface CharacterDecoder
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |