Package com.complexible.common.rdf.rio
Class EmbeddedRDFStream
java.lang.Object
com.complexible.common.rdf.rio.DelegatingRDFStream
com.complexible.common.rdf.rio.EmbeddedRDFStream
- All Implemented Interfaces:
RDFStream,Closeable,AutoCloseable
- Since:
- 7.1
- Version:
- 7.1
- Author:
- Pavel Klinov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidparse(RDFHandler theHandler) Parses the stream and passes the statements to the given handler.Methods inherited from class com.complexible.common.rdf.rio.DelegatingRDFStream
bytesRead, close, estimatedCount, getContext, getName, hasContext, length
-
Constructor Details
-
EmbeddedRDFStream
-
-
Method Details
-
parse
Description copied from interface:RDFStreamParses the stream and passes the statements to the given handler.- Specified by:
parsein interfaceRDFStream- Overrides:
parsein classDelegatingRDFStream- Throws:
IOExceptionInvalidRDFRDFHandlerException
-