|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectuk.me.parabola.imgfmt.app.labelenc.EncodedText
public class EncodedText
Holds the bytes and length of an encoded character string used in a label. The length of the byte array may be longer than the part that is actually used, so the length property should always be used. Class is immutable.
Constructor Summary | |
---|---|
EncodedText(byte[] buf,
int len)
|
Method Summary | |
---|---|
byte[] |
getCtext()
|
int |
getLength()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public EncodedText(byte[] buf, int len)
Method Detail |
---|
public byte[] getCtext()
public int getLength()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |