Class w3c.mime.MIMEInputStream
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class w3c.mime.MIMEInputStream

java.lang.Object
   |
   +----java.io.InputStream
           |
           +----java.io.FilterInputStream
                   |
                   +----w3c.mime.MIMEInputStream

public class MIMEInputStream
extends FilterInputStream
MIME input stream are used to access the request MIME message body. This stream is usually returned by an instance whose class is a subclass of MIMEHeaders.

Have a look at the httpd source code to see a sample usage of this package to parse HTTP request.

See Also:
MIMEParser, MIMEHeaders

Constructor Index

 o MIMEInputStream(InputStream)

Constructors

 o MIMEInputStream
  protected MIMEInputStream(InputStream in)

All Packages  Class Hierarchy  This Package  Previous  Next  Index