软件包 cn.dreampie.upload.multipart

类摘要
BufferedServletInputStream A BufferedServletInputStream wraps a ServletInputStream in order to provide input buffering and to avoid calling the the readLine method of the wrapped ServletInputStream.
FilePart A FilePart is an upload part which represents a INPUT TYPE="file" form parameter.
LimitedServletInputStream A LimitedServletInputStream wraps another ServletInputStream in order to keep track of how many bytes have been read and detect when the Content-Length limit has been reached.
MacBinaryDecoderOutputStream A MacBinaryDecoderOutput filters MacBinary files to normal files on the fly; optimized for speed more than readability.
MultipartParser A utility class to handle multipart/form-data requests, the kind of requests that support file uploads.
ParamPart A ParamPart is an upload part which represents a normal INPUT (for example a non TYPE="file") form parameter.
Part A Part is an abstract upload part which represents an INPUT form element in a multipart/form-data form submission.
PartInputStream A PartInputStream filters a ServletInputStream, providing access to a single MIME part contained with in which ends with the boundary specified.
ServletInputStream Created by ice on 15-1-6.
 



Copyright © 2015. All rights reserved.