org.apache.any23.writer
Class NQuadsWriter

java.lang.Object
  extended by org.apache.any23.writer.RDFWriterTripleHandler
      extended by org.apache.any23.writer.NQuadsWriter
All Implemented Interfaces:
FormatWriter, TripleHandler

public class NQuadsWriter
extends RDFWriterTripleHandler
implements FormatWriter

Implementation of an NQuads writer.

Author:
Michele Mostarda (mostarda@fbk.eu)

Constructor Summary
NQuadsWriter(OutputStream os)
           
 
Method Summary
 
Methods inherited from class org.apache.any23.writer.RDFWriterTripleHandler
close, closeContext, endDocument, isAnnotated, openContext, receiveNamespace, receiveTriple, setAnnotated, setContentLength, startDocument
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.apache.any23.writer.FormatWriter
isAnnotated, setAnnotated
 
Methods inherited from interface org.apache.any23.writer.TripleHandler
close, closeContext, endDocument, openContext, receiveNamespace, receiveTriple, setContentLength, startDocument
 

Constructor Detail

NQuadsWriter

public NQuadsWriter(OutputStream os)


Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.