GNU Classpath (0.95) | |
Frames | No Frames |
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.
|
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 | Appendable.append(char c) Appends the Unicode character, c, to this Appendable
object.
|
Appendable | Appends the specified sequence of Unicode characters to this
Appendable object. |
Appendable | Appends the specified subsequence of Unicode characters to this
Appendable object, starting and ending at the specified
positions within the sequence. |
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. |
Classes implementing java.lang.Appendable | |
class |
Classes implementing java.lang.Appendable | |
class |
GNU Classpath (0.95) |