All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class classinfo.Utf

java.lang.Object
   |
   +----classinfo.Utf

public class Utf
extends Object

Constructor Index

 o Utf(byte[])
 o Utf(byte[], int, int)
 o Utf(char[])
 o Utf(String)

Method Index

 o getBytes(byte[])
 o length()
 o toString()
 o utfLength()

Constructors

 o Utf
 public Utf(String str)
 o Utf
 public Utf(char chars[])
 o Utf
 public Utf(byte utfBytes[])
 o Utf
 public Utf(byte utfBytes[],
            int offset,
            int length)

Methods

 o toString
 public String toString()
Overrides:
toString in class Object
 o length
 public int length()
 o utfLength
 public int utfLength()
 o getBytes
 public void getBytes(byte dst[])

All Packages  Class Hierarchy  This Package  Previous  Next  Index