Package | Description |
---|---|
org.apache.tomcat.util.http.fileupload |
NOTE: This code has been copied from commons-fileupload 1.2.1 and
commons-io 1.4 and package renamed to avoid clashes with any web apps that
may wish to use these libraries.
|
Modifier and Type | Method and Description |
---|---|
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 © 2013 JBoss by Red Hat. All rights reserved.