org.apache.jena.atlas.io
Class AWriterBase

java.lang.Object
  extended by 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


Constructor Summary
AWriterBase()
           
 
Method Summary
 void write(char ch)
           
 void write(char[] cbuf)
           
 void write(String string)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.jena.atlas.io.AWriter
close, flush, print, print, print, printf, println, println
 

Constructor Detail

AWriterBase

public AWriterBase()
Method Detail

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