public abstract class YamlOutputStreamWriter extends OutputStreamWriter implements StreamDataWriter
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, write
public YamlOutputStreamWriter(OutputStream out, Charset cs)
public abstract void processIOException(IOException e)
public void flush()
StreamDataWriter
flush
in interface StreamDataWriter
flush
in interface Flushable
flush
in class OutputStreamWriter
public void write(String str, int off, int len)
write
in interface StreamDataWriter
write
in class OutputStreamWriter
public void write(String str)
write
in interface StreamDataWriter
write
in class Writer
Copyright © 2021 Hazelcast, Inc.. All rights reserved.