@Deprecated public abstract class RDFByteSource extends com.google.common.io.ByteSource
Extends the Guava ByteSource
for RDF files
Constructor and Description |
---|
RDFByteSource()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
String |
baseIRI()
Deprecated.
Return the base iri that should be used when parsing this source
|
static RDFByteSource |
create(com.google.common.io.ByteSource theSource,
RDFFormat theFormat)
Deprecated.
|
abstract RDFFormat |
format()
Deprecated.
Return the RDF format used by the source
|
void |
parse(RDFHandler theHandler,
Options theOptions)
Deprecated.
Parse the RDF denoted by this source
|
public abstract RDFFormat format()
public void parse(RDFHandler theHandler, Options theOptions)
theHandler
- the consumer of the parsed datatheOptions
- the options for parsingUncheckedIOException
- if there was an error reading from the sourcepublic String baseIRI()
public static RDFByteSource create(com.google.common.io.ByteSource theSource, RDFFormat theFormat)
Copyright © 2010-2016 Stardog Union. All Rights Reserved.