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

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

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



Copyright © 2002-2003 Apache Software Foundation. All Rights Reserved.