JellyReader

eu.ostrzyciel.jelly.convert.jena.riot.JellyReader
object JellyReader extends ReaderRIOT

Attributes

Graph
Supertypes
trait ReaderRIOT
class Object
trait Matchable
class Any
Self type

Members list

Value members

Concrete methods

override def read(reader: Reader, baseURI: String, ct: ContentType, output: StreamRDF, context: Context): Unit

Attributes

Definition Classes
ReaderRIOT
override def read(in: InputStream, baseURI: String, ct: ContentType, output: StreamRDF, context: Context): Unit

Reads Jelly RDF data from an InputStream. Automatically detects whether the input is a single frame (non-delimited) or a stream of frames (delimited).

Reads Jelly RDF data from an InputStream. Automatically detects whether the input is a single frame (non-delimited) or a stream of frames (delimited).

Attributes

Definition Classes
ReaderRIOT