Uses of Class
com.yahoo.text.AbstractUtf8Array
Packages that use AbstractUtf8Array
-
Uses of AbstractUtf8Array in com.yahoo.io
Methods in com.yahoo.io with parameters of type AbstractUtf8ArrayModifier and TypeMethodDescriptionvoidBufferChain.append(AbstractUtf8Array v) AbstractByteWriter.write(AbstractUtf8Array v) -
Uses of AbstractUtf8Array in com.yahoo.text
Subclasses of AbstractUtf8Array in com.yahoo.textModifier and TypeClassDescriptionclassclassThis class is used to represent a legal identifier of [a-zA-Z_][a-zA-Z_0-9]*classclassThis is a primitive class that owns an array of utf8 encoded string.classThis wraps a window in a backing byte array.final classString with Utf8 backing.Methods in com.yahoo.text with parameters of type AbstractUtf8ArrayModifier and TypeMethodDescriptionXMLWriter.attribute(Utf8String name, AbstractUtf8Array value) Writes an attribute by its utf8 valueintAbstractUtf8Array.compareTo(AbstractUtf8Array rhs) ForwardWriter.write(AbstractUtf8Array v) GenericWriter.write(AbstractUtf8Array v) Constructors in com.yahoo.text with parameters of type AbstractUtf8ArrayModifierConstructorDescriptionIdentifier(AbstractUtf8Array utf8) Utf8String(AbstractUtf8Array utf8) This will create a string based on the utf8 sequence.