public interface StreamDataWriter
Writer but without throwing IOExceptions| Modifier and Type | Method and Description |
|---|---|
default void |
flush()
Flushes this stream by writing any buffered output to the underlying stream.
|
void |
write(String str) |
void |
write(String str,
int off,
int len) |
Copyright © 2018–2019. All rights reserved.