public abstract class YamlOutputStreamWriter extends OutputStreamWriter implements StreamDataWriter
IOException| Constructor and Description |
|---|
YamlOutputStreamWriter(OutputStream out,
Charset cs) |
| Modifier and Type | Method and Description |
|---|---|
void |
flush()
Flushes this stream by writing any buffered output to the underlying stream.
|
abstract void |
processIOException(IOException e) |
void |
write(String str) |
void |
write(String str,
int off,
int len) |
close, getEncoding, write, writepublic YamlOutputStreamWriter(OutputStream out, Charset cs)
public abstract void processIOException(IOException e)
public void flush()
StreamDataWriterflush in interface Flushableflush in interface StreamDataWriterflush in class OutputStreamWriterpublic void write(String str, int off, int len)
write in interface StreamDataWriterwrite in class OutputStreamWriterpublic void write(String str)
write in interface StreamDataWriterwrite in class WriterCopyright © 2018–2022. All rights reserved.