Uses of Interface java.lang.Appendable

Uses in package java.util

Constructors with parameter type java.lang.Appendable

Constructs a new Formatter using the default locale and the specified output stream.
Constructs a new Formatter using the specified locale and the specified output stream.

Methods with return type java.lang.Appendable

Appendable
Returns the output stream used by this formatter.

Uses in package java.lang

Classes implementing java.lang.Appendable

class
StringBuffer represents a changeable String.
class
StringBuilder represents a changeable String.

Methods with return type java.lang.Appendable

Appendable
Appends the Unicode character, c, to this Appendable object.
Appendable
Appends the specified sequence of Unicode characters to this Appendable object.
Appendable
Appendable.append(CharSequence seq, int start, int end)
Appends the specified subsequence of Unicode characters to this Appendable object, starting and ending at the specified positions within the sequence.

Uses in package java.io

Classes implementing java.lang.Appendable

class
This class accumulates chars written in a buffer instead of immediately writing the data to the underlying output sink.
class
This class allows data to be written to a char array buffer and and then retrieved by an application.
class
This is a convenience class for writing to files.
class
This class is the common superclass of output character stream classes that filter the output they write.
class
This class writes characters to an output stream that is byte oriented It converts the chars that are written to bytes using an encoding layer, which is specific to a particular encoding standard.
class
This class writes its chars to a PipedReader to which it is connected.
class
This class prints Java primitive values and object to a stream as text.
class
This class prints Java primitive values and objects to a stream as text.
class
This class writes chars to an internal StringBuffer that can then be used to retrieve a String.
class
This abstract class forms the base of the hierarchy of classes that write output as a stream of chars.

Uses in package java.rmi.server

Classes implementing java.lang.Appendable

class

Uses in package java.nio

Classes implementing java.lang.Appendable

class