| Package | Description |
|---|---|
| java.io |
| Modifier and Type | Method and Description |
|---|---|
PrintStream |
PrintStream.append(char c)
Appends the specified character to this output stream.
|
PrintStream |
PrintStream.append(CharSequence csq)
Appends the specified character sequence to this output stream.
|
PrintStream |
PrintStream.append(CharSequence csq,
int start,
int end)
Appends a subsequence of the specified character sequence to this output
stream.
|
PrintStream |
PrintStream.printf(String format,
Object... args)
A convenience method to write a formatted string to this output stream
using the specified format string and arguments.
|
Copyright © 2013 API Design. All Rights Reserved.