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

Uses in package org.apache.commons.fileupload

Methods which throw type org.apache.commons.fileupload.MultipartStream.MalformedStreamException

int
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
Skips a boundary token, and checks whether more encapsulations are contained in the stream.
String
Reads the header-part of the current encapsulation.

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