public class GraphStoreStreamingOutput extends Object implements javax.ws.rs.core.StreamingOutput
| Constructor and Description |
|---|
GraphStoreStreamingOutput(com.hp.hpl.jena.query.Dataset dataset,
javax.ws.rs.core.MediaType mediaType)
Construct the StreamingOutput machinery to serialize
a Dataset to the mime type given
|
GraphStoreStreamingOutput(com.hp.hpl.jena.update.GraphStore graphStore,
javax.ws.rs.core.MediaType mediaType)
Construct the StreamingOutput machinery to serialize
a GraphStore to the mime type given
|
GraphStoreStreamingOutput(RdfStream stream,
javax.ws.rs.core.MediaType mediaType)
Construct the StreamingOutput machinery to serialize
an RdfStream to the mime type given
|
public GraphStoreStreamingOutput(com.hp.hpl.jena.update.GraphStore graphStore,
javax.ws.rs.core.MediaType mediaType)
graphStore - mediaType - public GraphStoreStreamingOutput(com.hp.hpl.jena.query.Dataset dataset,
javax.ws.rs.core.MediaType mediaType)
dataset - mediaType - public GraphStoreStreamingOutput(RdfStream stream, javax.ws.rs.core.MediaType mediaType)
stream - mediaType - public void write(OutputStream out) throws IOException
write in interface javax.ws.rs.core.StreamingOutputIOExceptionCopyright © 2013-2014 DuraSpace, Inc.. All Rights Reserved.