Uses of Class
org.apache.wicket.util.upload.MultipartFormInputStream.MalformedStreamException

Packages that use MultipartFormInputStream.MalformedStreamException
org.apache.wicket.util.upload Protocol independent upload utilities. 
 

Uses of MultipartFormInputStream.MalformedStreamException in org.apache.wicket.util.upload
 

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



Copyright © 2004-2011 Apache Software Foundation. All Rights Reserved.