public interface OutputSource
Modifier and Type | Method and Description |
---|---|
void |
append(char c) |
void |
append(String text) |
void |
append(String text,
int start,
int end) |
void |
flush() |
void append(String text) throws IOException
IOException
void append(String text, int start, int end) throws IOException
IOException
void append(char c) throws IOException
IOException
void flush() throws IOException
IOException
Copyright © 2017. All rights reserved.