public interface OutputSource
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
append(char c) |
void |
append(String text) |
void |
append(String text,
int start,
int end) |
void |
flush() |
void append(String text) throws IOException
IOExceptionvoid append(String text, int start, int end) throws IOException
IOExceptionvoid append(char c)
throws IOException
IOExceptionvoid flush()
throws IOException
IOExceptionCopyright © 2016. All rights reserved.