Package org.snakeyaml.engine.v2.api
Interface StreamDataWriter
-
- All Known Implementing Classes:
YamlOutputStreamWriter
public interface StreamDataWriterWriter with the same methods as inWriterbut without throwing IOExceptions
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidflush()Flushes this stream by writing any buffered output to the underlying stream.voidwrite(String str)voidwrite(String str, int off, int len)
-