public interface LineConsumer
| Modifier and Type | Method and Description |
|---|---|
void |
write(char[] chars,
int offset,
int length) |
default void |
write(String s) |
void |
writeNewLine() |
void write(char[] chars,
int offset,
int length)
throws IOException
IOExceptionvoid writeNewLine()
throws IOException
IOExceptiondefault void write(String s) throws IOException
IOExceptionCopyright © 2018–2024. All rights reserved.