Class AWriterBase

java.lang.Object
org.apache.jena.atlas.io.AWriterBase
All Implemented Interfaces:
AutoCloseable, AWriter, Closeable
Direct Known Subclasses:
IndentedWriter, Writer2

public abstract class AWriterBase extends Object implements AWriter
Simple abstraction of a string/character output stream
  • Constructor Details

    • AWriterBase

      public AWriterBase()
  • Method Details

    • write

      public final void write(char ch)
      Specified by:
      write in interface AWriter
    • write

      public final void write(char[] cbuf)
      Specified by:
      write in interface AWriter
    • write

      public final void write(String string)
      Specified by:
      write in interface AWriter