|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CharacterDecoder
Interface for decoding characters for use in the Label section of a .img file. These things are stateful, you add bytes read from the file to them and they return a status when a complete label has been obtained. At this point you retrieve the text.
Method Summary | |
---|---|
boolean |
addByte(int b)
Add a byte to this decoder. |
DecodedText |
getText()
Get the valid text. |
Method Detail |
---|
boolean addByte(int b)
b
- The byte read from the lbl file.
getText()
method.DecodedText getText()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |