|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UnsupportedFormatException | |
|---|---|
| org.apache.clerezza.rdf.core.serializedform | |
| Uses of UnsupportedFormatException in org.apache.clerezza.rdf.core.serializedform |
|---|
| Subclasses of UnsupportedFormatException in org.apache.clerezza.rdf.core.serializedform | |
|---|---|
class |
UnsupportedParsingFormatException
|
class |
UnsupportedSerializationFormatException
|
| Methods in org.apache.clerezza.rdf.core.serializedform that throw UnsupportedFormatException | |
|---|---|
Graph |
Parser.parse(InputStream serializedGraph,
String formatIdentifier)
Parses a serialized Graph from an InputStream. |
Graph |
Parser.parse(InputStream serializedGraph,
String formatIdentifier,
UriRef baseUri)
Parses a serialized Graph from an InputStream. |
void |
Parser.parse(MGraph target,
InputStream serializedGraph,
String formatIdentifier)
Parses a serialized Graph from an InputStream. |
void |
Parser.parse(MGraph target,
InputStream serializedGraph,
String formatIdentifier,
UriRef baseUri)
Parses a serialized Graph from an InputStream. |
void |
Serializer.serialize(OutputStream serializedGraph,
TripleCollection tc,
String formatIdentifier)
Serializes a Graph into an OutputStream. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||