Package com.ibm.portal.resolver.streams

Provides for interfaces and a factory to work with streaming APIs.

See:
          Description

Interface Summary
FormDataStream Common functionality across the FormDataInputStream and the com.ibm.portal.resolver.streams.FormDataOutputStream
MultipartStream Common functionality across the MultipartInputStream and the MultipartOutputStream
MultipartStream.Entry This class is used to represent a multipart stream entry.
 

Class Summary
FormDataInputStream Input stream that decodes a stream of type "multipart/form-data".
FormDataInputStream.Entry Extension of the MultipartInputStream.Entry that adds information about the parameter name and characterset.
MultipartInputStream Input stream that represents the content of a multipart stream following RFC 1521.
MultipartInputStream.Entry Represents an entry in this archive input stream.
MultipartOutputStream Implementation of a stream that can be used to produce multipart streams.
 

Package com.ibm.portal.resolver.streams Description

Provides for interfaces and a factory to work with streaming APIs.

Package Specification

Refer to StreamFactory for en entry point into the streaming APIs.