Uses of Class
com.yahoo.text.GenericWriter
Packages that use GenericWriter
-
Uses of GenericWriter in com.yahoo.io
Subclasses of GenericWriter in com.yahoo.ioModifier and TypeClassDescriptionclassBase class for writers needing to accept binary data.classA buffered writer which accepts byte arrays in addition to character arrays.classMethods in com.yahoo.io that return GenericWriter -
Uses of GenericWriter in com.yahoo.text
Subclasses of GenericWriter in com.yahoo.textModifier and TypeClassDescriptionclassWraps another writer and converts IOException to RuntimeExceptions.final classWraps a simple java.lang.Writer.classA stream wrapper which contains utility methods for writing xml.Methods in com.yahoo.text that return GenericWriterModifier and TypeMethodDescriptionForwardWriter.getWriter()Gives access to the wrapped writer.ForwardWriter.write(boolean v) ForwardWriter.write(byte b) ForwardWriter.write(char c) ForwardWriter.write(double d) ForwardWriter.write(float f) ForwardWriter.write(long v) ForwardWriter.write(short v) ForwardWriter.write(AbstractUtf8Array v) ForwardWriter.write(CharSequence c) GenericWriter.write(boolean i) GenericWriter.write(byte i) GenericWriter.write(char c) GenericWriter.write(double i) GenericWriter.write(float i) GenericWriter.write(long i) GenericWriter.write(short i) GenericWriter.write(AbstractUtf8Array v) GenericWriter.write(CharSequence s) Constructors in com.yahoo.text with parameters of type GenericWriter