Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


oracle.stellent.wcm.common.io.resource.impl
Class InputStreamResource

java.lang.Object
  extended by oracle.stellent.wcm.common.io.resource.Resource
      extended by oracle.stellent.wcm.common.io.resource.impl.InputStreamResource


public class InputStreamResource
extends Resource

A resource pointing at an inputstream


Constructor Summary
InputStreamResource(java.lang.String path, java.io.InputStream stream)
           

 

Method Summary
 java.io.InputStream getInputStream()
           

 

Methods inherited from class oracle.stellent.wcm.common.io.resource.Resource
exists, getExternalPath, getLastModified, getPath

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

InputStreamResource

public InputStreamResource(java.lang.String path,
                           java.io.InputStream stream)

Method Detail

getInputStream

public java.io.InputStream getInputStream()
                                   throws java.io.IOException
Specified by:
getInputStream in class Resource
Returns:
the inputstream to this resource
Throws:
java.io.IOException

Skip navigation links

Oracle® Fusion Middleware Site Studio for External Applications Java API Reference
11g Release 1 (11.1.1)

E17273-02


Copyright © 2010, 2011, Oracle and/or its affiliates. All rights reserved.