Class RdfNamespacedStream

java.lang.Object
org.fcrepo.http.commons.responses.RdfNamespacedStream
All Implemented Interfaces:
AutoCloseable

public class RdfNamespacedStream extends Object implements AutoCloseable
A simple type to collect an RdfStream and associated Namespace mappings
Since:
2/13/16
Author:
acoburn
  • Field Details

  • Constructor Details

    • RdfNamespacedStream

      public RdfNamespacedStream(org.fcrepo.kernel.api.RdfStream stream, Map<String,String> namespaces)
      Creates an object to hold an RdfStream and an associated namespace mapping.
      Parameters:
      stream - the RdfStream
      namespaces - the namespace mapping
  • Method Details