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
|
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 void write(OutputStream out) throws IOException, javax.ws.rs.WebApplicationException
write in interface javax.ws.rs.core.StreamingOutputIOExceptionjavax.ws.rs.WebApplicationExceptionCopyright © 2013 DuraSpace, Inc.. All Rights Reserved.