public interface StreamDataWriter
Writer but without throwing IOExceptions The
purpose of this class is to avoid checked exceptions in every method signature. Implementations
must define their own way to react on IOExceptions YamlOutputStreamWriter| 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–2022. All rights reserved.