Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Uses of Interface
java.lang.Appendable
Packages that use Appendable
Provides for system input and output through data streams, serialization and the file system.
Provides classes that are fundamental to the design of the Java programming language.
Contains the collections framework, some internationalization support classes, a service loader, properties, random number generation, string parsing and scanning classes, base64 encoding and decoding, a bit array, and several miscellaneous utility classes.
Uses of Appendable in java.io
Classes in java.io that implement Appendable
class
Writes text to a character-output stream, buffering characters so as to provide for the efficient writing of single characters, arrays, and strings.
class
This class implements a character buffer that can be used as an Writer.
class
Writes text to character files using a default buffer size.
abstract class
Abstract class for writing filtered character streams.
class
An OutputStreamWriter is a bridge from character streams to byte streams: Characters written to it are encoded into bytes using a specified charset.
class
Piped character-output streams.
class
A PrintStream adds functionality to another output stream, namely the ability to print representations of various data values conveniently.
class
Prints formatted representations of objects to a text-output stream.
class
A character stream that collects its output in a string buffer, which can then be used to construct a string.
abstract class
Abstract class for writing to character streams.
Classes in java.lang that implement Appendable
class
A thread-safe, mutable sequence of characters.
class
A mutable sequence of characters.
Methods in java.lang that return Appendable
Appendable.append(char c)
Appends the specified character to this Appendable.
Appendable.append(CharSequence csq)
Appends the specified character sequence to this Appendable.
Appendable.append(CharSequence csq, int start, int end)
Appends a subsequence of the specified character sequence to this Appendable.
Methods in java.util with type parameters of type Appendable
<A extends AppendableA
HexFormat.formatHex(A out, byte[] bytes)
Appends formatted hexadecimal strings from a byte array to the Appendable.
<A extends AppendableA
HexFormat.formatHex(A out, byte[] bytes, int fromIndex, int toIndex)
Appends formatted hexadecimal strings from a byte array range to the Appendable.
<A extends AppendableA
HexFormat.toHexDigits(A out, byte value)
Appends two hexadecimal characters for the byte value to the Appendable.
Methods in java.util that return Appendable
Formatter.out()
Returns the destination for the output.
Constructors in java.util with parameters of type Appendable
Constructs a new formatter with the specified destination.
Constructs a new formatter with the specified destination and locale.

 Use 
PREV   NEXT      All Classes   All Packages
FlexDoc/Javadoc 2.0
Demo Java Doc

Java API documentation generated with FlexDoc/Javadoc 2.0 using JavadocClassic 3.0 template set.
FlexDoc/Javadoc is a template-driven programming tool for rapid development of any Javadoc-based Java API documentation generators (i.e. doclets). If you need to customize your Javadoc without writing a full-blown doclet from scratch, FlexDoc/Javadoc may be the only tool able to help you! Find out more at www.flexdoc.xyz