|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--util.dataRead
|
+--jconst.constBase
|
+--jconst.constUtf8
| Field Summary | |
private java.lang.String |
str
|
| Fields inherited from class jconst.constBase |
tag |
| Fields inherited from class util.dataRead |
bytesRead |
| Constructor Summary | |
constUtf8()
|
|
| Method Summary | |
java.lang.String |
getPrintableString()
Return a printable version of the Utf8 string. |
java.lang.String |
getString()
Return the raw Utf8 string, without any translation. |
void |
pr_data()
|
void |
pr()
Print a Utf8 String in ASCII format. |
void |
read(java.io.DataInputStream dStream)
|
java.lang.String |
toAsciiString()
Return the Utf8 string in ASCII format. |
| Methods inherited from class jconst.constBase |
prString,
set_ref,
Tag_to_String |
| Methods inherited from class util.dataRead |
getBytesRead,
readU1,
readU2,
readU4 |
| Methods inherited from class java.lang.Object |
|
| Field Detail |
private java.lang.String str
| Constructor Detail |
public constUtf8()
| Method Detail |
public void read(java.io.DataInputStream dStream)
public java.lang.String toAsciiString()
public void pr()
public void pr_data()
public java.lang.String getString()
public java.lang.String getPrintableString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||