
public class XDIDisplayReader 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 |
|---|
XDIDisplayReader(Properties parameters) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
init() |
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 XDIDisplayReader(Properties parameters)
protected void init()
init in class AbstractXDIReaderpublic 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.