Uses of Class
org.apache.avro.util.Utf8
Packages that use Utf8
Package
Description
Utilities for Encoding and Decoding Avro data.
Common utility classes.
-
Uses of Utf8 in org.apache.avro.io
Methods in org.apache.avro.io that return Utf8Modifier and TypeMethodDescriptionBinaryDecoder.readString(Utf8 old) abstract Utf8Decoder.readString(Utf8 old) Reads a char-string written byEncoder.writeString(org.apache.avro.util.Utf8).JsonDecoder.readString(Utf8 old) ResolvingDecoder.readString(Utf8 old) ValidatingDecoder.readString(Utf8 old) Methods in org.apache.avro.io with parameters of type Utf8Modifier and TypeMethodDescriptionBinaryDecoder.readString(Utf8 old) abstract Utf8Decoder.readString(Utf8 old) Reads a char-string written byEncoder.writeString(org.apache.avro.util.Utf8).JsonDecoder.readString(Utf8 old) ResolvingDecoder.readString(Utf8 old) ValidatingDecoder.readString(Utf8 old) voidBinaryEncoder.writeString(Utf8 utf8) abstract voidEncoder.writeString(Utf8 utf8) Write a Unicode character string.voidJsonEncoder.writeString(Utf8 utf8) voidValidatingEncoder.writeString(Utf8 utf8) -
Uses of Utf8 in org.apache.avro.util
Methods in org.apache.avro.util that return Utf8Modifier and TypeMethodDescriptionSet to the contents of a String.Utf8.setByteLength(int newLength) Set length in bytes.Utf8.setLength(int newLength) Deprecated.Methods in org.apache.avro.util with parameters of type Utf8Constructors in org.apache.avro.util with parameters of type Utf8
setByteLength(int)instead.