Skip navigation links

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

E17273-03


Uses of Interface
oracle.stellent.wcm.common.http.IWebInputStream

Packages that use IWebInputStream
oracle.stellent.wcm.common.http   

 

Uses of IWebInputStream in oracle.stellent.wcm.common.http

 

Classes in oracle.stellent.wcm.common.http that implement IWebInputStream
 class HttpWebInputStream
           

 

Fields in oracle.stellent.wcm.common.http declared as IWebInputStream
protected  IWebInputStream MultipartIterator.request
          The request instance for this class

 

Constructors in oracle.stellent.wcm.common.http with parameters of type IWebInputStream
MultipartIterator(IWebInputStream request)
          Constructs a MultipartIterator with a default buffer size and no file size limit
MultipartIterator(IWebInputStream request, int bufferSize)
          Constructs a MultipartIterator with the specified buffer size and no file size limit
MultipartIterator(IWebInputStream request, int bufferSize, long maxSize)
          Constructs a MultipartIterator with the specified buffer size and the specified file size limit in bytes
MultipartIterator(IWebInputStream request, int bufferSize, long maxSize, java.lang.String tempDir)
           

 


Skip navigation links

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

E17273-03


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