org.apache.jena.atlas.io
Class StringWriterI

java.lang.Object
  extended by org.apache.jena.atlas.io.AWriterBase
      extended by org.apache.jena.atlas.io.Writer2
          extended by org.apache.jena.atlas.io.StringWriterI
All Implemented Interfaces:
AWriter, Closeable

public class StringWriterI
extends Writer2


Constructor Summary
StringWriterI()
           
 
Method Summary
 
Methods inherited from class org.apache.jena.atlas.io.Writer2
close, flush, print, print, print, printf, println, println, toString, wrap
 
Methods inherited from class org.apache.jena.atlas.io.AWriterBase
write, write, write
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.apache.jena.atlas.io.AWriter
write, write, write
 

Constructor Detail

StringWriterI

public StringWriterI()


Licenced under the Apache License, Version 2.0