|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.transjvm.jvm.UTFBuilder
public class UTFBuilder
A class representing a mutable Java style UTF8 string
| Constructor Summary | |
|---|---|
UTFBuilder()
|
|
UTFBuilder(int capacity)
|
|
UTFBuilder(java.lang.String s)
|
|
| Method Summary | |
|---|---|
UTFBuilder |
append(char c)
|
UTFBuilder |
append(java.lang.String s)
|
UTFBuilder |
append(UTF utf)
|
UTF |
toUTF()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public UTFBuilder()
public UTFBuilder(int capacity)
public UTFBuilder(java.lang.String s)
| Method Detail |
|---|
public UTFBuilder append(UTF utf)
public UTFBuilder append(java.lang.String s)
public UTFBuilder append(char c)
public UTF toUTF()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||