Interface StreamDataWriter

  • All Known Implementing Classes:
    YamlOutputStreamWriter

    public interface StreamDataWriter
    Writer with the same methods as in Writer but without throwing IOExceptions
    • Method Detail

      • flush

        default void flush()
        Flushes this stream by writing any buffered output to the underlying stream.
      • write

        void write​(String str)
      • write

        void write​(String str,
                   int off,
                   int len)