|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
BufferedServletInputStream wraps a
ServletInputStream in order to provide input buffering and to
avoid calling the the readLine method of the wrapped
ServletInputStream.BufferedServletInputStream that wraps the provided
ServletInputStream.
FilePart is an upload part which represents a
INPUT TYPE="file" form parameter.null if the user didn't enter a file to be uploaded.
null if the user didn't enter a file to be uploaded.
true to indicate this part is a file.
true to indicate this part is a parameter.
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.LimitedServletInputStream with the specified
length limit that wraps the provided ServletInputStream.
MacBinaryDecoderOutput filters MacBinary files to normal
files on the fly; optimized for speed more than readability.multipart/form-data requests,
the kind of requests that support file uploads.MultipartParser from the specified request,
which limits the upload size to the specified length, buffers for
performance and prevent attempts to read past the amount specified
by the Content-Length.
MultipartParser from the specified request,
which limits the upload size to the specified length, and optionally
buffers for performance and prevents attempts to read past the amount
specified by the Content-Length.
MultipartParser from the specified request,
which limits the upload size to the specified length, and optionally
buffers for performance and prevents attempts to read past the amount
specified by the Content-Length, and with a specified encoding.
multipart/form-data requests,
the kind of requests that support file uploads.ParamPart is an upload part which represents a normal
INPUT (for example a non TYPE="file") form
parameter.Part is an abstract upload part which represents an
INPUT form element in a multipart/form-data form
submission.PartInputStream filters a ServletInputStream,
providing access to a single MIME part contained with in which ends with
the boundary specified.read
method of InputStream.
read method of
the wrapped ServletInputStream.
read method of
the wrapped ServletInputStream.
read
method of InputStream.
read
method of InputStream.
read method of
the wrapped ServletInputStream.
read method of
the wrapped ServletInputStream.
readLine method of
the wrapped ServletInputStream.
readLine method of
the wrapped ServletInputStream.
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||