| Package | Description | 
|---|---|
| org.apache.commons.fileupload | 
 A component for handling HTML file uploads as specified by
 RFC 1867. | 
| Modifier and Type | Method and Description | 
|---|---|
| int | MultipartStream. discardBodyData() Reads  body-datafrom the currentencapsulationand discards it. | 
| int | MultipartStream. readBodyData(OutputStream output)Reads  body-datafrom the currentencapsulationand writes its contents into the
 outputStream. | 
| boolean | MultipartStream. readBoundary()Skips a  boundarytoken, and checks whether moreencapsulationsare contained in the stream. | 
| String | MultipartStream. readHeaders()Reads the  header-partof the currentencapsulation. | 
Copyright © 2002–2019 The Apache Software Foundation. All rights reserved.