Attributes
Members list
Type members
Inherited and Abstract types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
Value members
Concrete methods
Method to append an empty WriterOutput based on writer.
Method to append an empty WriterOutput based on writer.
Value parameters
- writer
-
the writer which will back the new Output.
Attributes
- Returns
-
a new instance of Output.
Method to append a new WriterOutput based on writer and the input s.
Method to append a new WriterOutput based on writer and the input s.
Value parameters
- s
-
the character sequence
- writer
-
the writer which will back the new Output.
Attributes
- Returns
-
a new instance of Output.
Method to create an Output based on a PrintStream.
Method to create an Output based on a PrintStream.
Value parameters
- printStream
-
a PrintStream such as System.out which will be used as the backing store.
Attributes
- Returns
-
a new Output whose appendable is the writer for the given printStream.
Method to append an UnbackedOutput based on the input s.
Method to append an UnbackedOutput based on the input s.
Value parameters
- s
-
the character sequence
Attributes
- Returns
-
a new instance of UnbackedOutput.
Method to create an empty UnbackedOutput
Method to create an empty UnbackedOutput
Attributes
- Returns
-
a new instance of UnbackedOutput.