com.xml_project.morganaxproc.filesystem
Class XProcFilesystem.StreamResult

java.lang.Object
  extended by com.xml_project.morganaxproc.filesystem.XProcFilesystem.StreamResult
Enclosing class:
XProcFilesystem

public final class XProcFilesystem.StreamResult
extends Object

A class wrapping an InputStream and the uri from which the input stream was obtained.


Constructor Summary
XProcFilesystem.StreamResult(InputStream inputStream, String targetURI)
           
 
Method Summary
 InputStream getInputStream()
          Returns the input stream
 String getTargetURI()
          Return the uri.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XProcFilesystem.StreamResult

public XProcFilesystem.StreamResult(InputStream inputStream,
                                    String targetURI)
Method Detail

getInputStream

public InputStream getInputStream()
Returns the input stream

Returns:
the input stream.

getTargetURI

public String getTargetURI()
Return the uri.

Returns:
an uri.