Class PathWriter

java.lang.Object
org.keycloak.models.map.storage.file.yaml.PathWriter
All Implemented Interfaces:
Closeable, AutoCloseable, org.snakeyaml.engine.v2.api.StreamDataWriter

public class PathWriter extends Object implements org.snakeyaml.engine.v2.api.StreamDataWriter, Closeable
Author:
hmlnarik
  • Constructor Details

  • Method Details

    • write

      public void write(String str)
      Specified by:
      write in interface org.snakeyaml.engine.v2.api.StreamDataWriter
    • write

      public void write(String str, int off, int len)
      Specified by:
      write in interface org.snakeyaml.engine.v2.api.StreamDataWriter
    • flush

      public void flush()
      Specified by:
      flush in interface org.snakeyaml.engine.v2.api.StreamDataWriter
    • close

      public void close() throws IOException
      Specified by:
      close in interface AutoCloseable
      Specified by:
      close in interface Closeable
      Throws:
      IOException