|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.resultset.SPARQLResult
com.hp.hpl.jena.sparql.resultset.JSONInput
public class JSONInput
Constructor Summary | |
---|---|
JSONInput()
|
|
JSONInput(InputStream in)
|
|
JSONInput(InputStream in,
Model model)
|
Method Summary | |
---|---|
static boolean |
booleanFromJSON(InputStream input)
|
static ResultSet |
fromJSON(InputStream input)
|
static SPARQLResult |
make(InputStream input)
|
static SPARQLResult |
make(InputStream input,
Model model)
|
Methods inherited from class com.hp.hpl.jena.sparql.resultset.SPARQLResult |
---|
getBooleanResult, getModel, getResultSet, isBoolean, isGraph, isHasBeenSet, isModel, isResultSet |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JSONInput()
public JSONInput(InputStream in)
public JSONInput(InputStream in, Model model)
Method Detail |
---|
public static ResultSet fromJSON(InputStream input)
public static boolean booleanFromJSON(InputStream input)
public static SPARQLResult make(InputStream input)
public static SPARQLResult make(InputStream input, Model model)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |