All Packages Class Hierarchy This Package Previous Next Index
Class classinfo.Utf
java.lang.Object
|
+----classinfo.Utf
- public class Utf
- extends Object
-
Utf(byte[])
-
-
Utf(byte[], int, int)
-
-
Utf(char[])
-
-
Utf(String)
-
-
getBytes(byte[])
-
-
length()
-
-
toString()
-
-
utfLength()
-
Utf
public Utf(String str)
Utf
public Utf(char chars[])
Utf
public Utf(byte utfBytes[])
Utf
public Utf(byte utfBytes[],
int offset,
int length)
toString
public String toString()
- Overrides:
- toString in class Object
length
public int length()
utfLength
public int utfLength()
getBytes
public void getBytes(byte dst[])
All Packages Class Hierarchy This Package Previous Next Index