org.apache.jena.atlas.io
Class AWriterBase
java.lang.Object
org.apache.jena.atlas.io.AWriterBase
- All Implemented Interfaces:
- AWriter, Closeable
- Direct Known Subclasses:
- IndentedWriter, Writer2
public abstract class AWriterBase
- extends Object
- implements AWriter
Simple abstraction of a string/character output stream
AWriterBase
public AWriterBase()
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
Licenced under the Apache License, Version 2.0