public class RdfNamespacedStream extends Object implements AutoCloseable
| Modifier and Type | Field and Description |
|---|---|
Map<String,String> |
namespaces |
RdfStream |
stream |
| Constructor and Description |
|---|
RdfNamespacedStream(RdfStream stream,
Map<String,String> namespaces)
Creates an object to hold an RdfStream and an associated namespace mapping.
|
public final Map<String,String> namespaces
public RdfNamespacedStream(RdfStream stream, Map<String,String> namespaces)
stream - the RdfStreamnamespaces - the namespace mappingpublic void close()
close in interface AutoCloseableCopyright © 2013–2018 DuraSpace, Inc.. All rights reserved.