net.sf.transjvm.jvm
Class UTF
java.lang.Object
net.sf.transjvm.jvm.UTF
public class UTF
- extends java.lang.Object
A class representing a Java style UTF8 format string
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
one
public static UTF one(byte b)
strip
public UTF strip()
subUTF
public UTF subUTF(int begin)
concat
public UTF concat(UTF post)
write
public void write(java.io.OutputStream stream)
throws java.io.IOException
- Throws:
java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
Copyright 2004-5, Mark Shannon