org.apache.abdera.writer
Interface Writer

All Known Subinterfaces:
NamedWriter
All Known Implementing Classes:
JSONWriter

public interface Writer


Field Summary
static Writer INSTANCE
           
 
Method Summary
 java.lang.Object write(Base base)
           
 void writeTo(Base base, java.io.OutputStream out)
           
 void writeTo(Base base, java.io.Writer out)
           
 

Field Detail

INSTANCE

static final Writer INSTANCE
Method Detail

writeTo

void writeTo(Base base,
             java.io.OutputStream out)
             throws java.io.IOException
Throws:
java.io.IOException

writeTo

void writeTo(Base base,
             java.io.Writer out)
             throws java.io.IOException
Throws:
java.io.IOException

write

java.lang.Object write(Base base)
                       throws java.io.IOException
Throws:
java.io.IOException