Class RdfNamespacedStream
java.lang.Object
org.fcrepo.http.commons.responses.RdfNamespacedStream
- All Implemented Interfaces:
AutoCloseable
A simple type to collect an RdfStream and associated Namespace mappings
- Since:
- 2/13/16
- Author:
- acoburn
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal org.fcrepo.kernel.api.RdfStream -
Constructor Summary
ConstructorsConstructorDescriptionRdfNamespacedStream(org.fcrepo.kernel.api.RdfStream stream, Map<String, String> namespaces) Creates an object to hold an RdfStream and an associated namespace mapping. -
Method Summary
-
Field Details
-
stream
-
namespaces
-
-
Constructor Details
-
RdfNamespacedStream
Creates an object to hold an RdfStream and an associated namespace mapping.- Parameters:
stream- the RdfStreamnamespaces- the namespace mapping
-
-
Method Details
-
close
- Specified by:
closein interfaceAutoCloseable
-