This interface provides access to a file or form item that was received within a multipart/form-data
POST request. The items contents are retrieved by calling {@link #openStream()}.
Instances of this class are created by accessing the iterator, returned by {@link FileUploadBase#getItemIterator(RequestContext)}.
Note: There is an interaction between the iterator and its associated instances of {@link FileItemStream}: By invoking {@link java.util.Iterator#hasNext()} on the iterator, you discard all data,which hasn't been read so far from the previous data.
@version $Id: FileItemStream.java 1454691 2013-03-09 12:15:54Z simonetripodi $
|
|
|
|