Uses of Class
org.apache.commons.fileupload.FileUploadBase.FileUploadIOException
-
Packages that use FileUploadBase.FileUploadIOException Package Description org.apache.commons.fileupload A component for handling HTML file uploads as specified by RFC 1867. -
-
Uses of FileUploadBase.FileUploadIOException in org.apache.commons.fileupload
Methods in org.apache.commons.fileupload that throw FileUploadBase.FileUploadIOException Modifier and Type Method Description boolean
MultipartStream. readBoundary()
Skips aboundary
token, and checks whether moreencapsulations
are contained in the stream.java.lang.String
MultipartStream. readHeaders()
Reads theheader-part
of the currentencapsulation
.
-