org.apache.avro.util
Class Utf8
java.lang.Object
org.apache.avro.util.Utf8
public class Utf8
- extends Object
A Utf8 string.
Utf8
public Utf8()
Utf8
public Utf8(String string)
getBytes
public byte[] getBytes()
getLength
public int getLength()
setLength
public Utf8 setLength(int newLength)
toString
public String toString()
- Overrides:
toString
in class Object
equals
public boolean equals(Object o)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
Copyright © 2009 The Apache Software Foundation