
public class XDIRawJSONReader extends AbstractXDIReader
| Modifier and Type | Field and Description |
|---|---|
static String |
FILE_EXTENSION |
static String |
FORMAT_NAME |
static MimeType |
MIME_TYPE |
DEFAULT_CHARSET, parameters| Constructor and Description |
|---|
XDIRawJSONReader(Properties parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init() |
void |
read(Graph graph,
com.google.gson.JsonArray jsonArray) |
void |
read(Graph graph,
com.google.gson.JsonObject jsonObject) |
Reader |
read(Graph graph,
Reader reader)
Reads an XDI graph from a character stream.
|
getFileExtension, getFormat, getMimeType, read, supportsFileExtension, supportsFormat, supportsMimeTypepublic static final String FORMAT_NAME
public static final String FILE_EXTENSION
public static final MimeType MIME_TYPE
public XDIRawJSONReader(Properties parameters)
protected void init()
init in class AbstractXDIReaderpublic void read(Graph graph, com.google.gson.JsonObject jsonObject)
public void read(Graph graph, com.google.gson.JsonArray jsonArray)
public Reader read(Graph graph, Reader reader) throws IOException, Xdi2ParseException
XDIReadergraph - A graph that will hold the read data.reader - A character stream from which to read.IOExceptionXdi2ParseExceptionCopyright © 2017. All rights reserved.