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
IOException
void writeNewLine() throws IOException
IOException
default void write(String s) throws IOException
IOException
Copyright © 2018–2024. All rights reserved.