public interface StreamDataWriter
Writer
but without throwing IOExceptionsModifier 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 © 2021 Hazelcast, Inc.. All rights reserved.