Uses of Class
org.apache.commons.fileupload.MultipartStream.MalformedStreamException

Packages that use MultipartStream.MalformedStreamException
org.apache.commons.fileupload A component for handling HTML file uploads as specified by RFC 1867
 

Uses of MultipartStream.MalformedStreamException in org.apache.commons.fileupload
 

Methods in org.apache.commons.fileupload that throw MultipartStream.MalformedStreamException
 int MultipartStream.discardBodyData()
           Reads body-data from the current encapsulation and discards it.
 int MultipartStream.readBodyData(OutputStream output)
          Reads body-data from the current encapsulation and writes its contents into the output Stream.
 boolean MultipartStream.readBoundary()
          Skips a boundary token, and checks whether more encapsulations are contained in the stream.
 String MultipartStream.readHeaders()
          Reads the header-part of the current encapsulation.
 



Copyright © 2002-2010 The Apache Software Foundation. All Rights Reserved.