public interface FileItemFactory
A factory interface for creating FileItem instances. Factories
can provide their own custom configuration, over and above that provided
by the default file upload implementation.
| 限定符和类型 | 方法和说明 |
|---|---|
FileItem |
createItem(FileItemStream itemStream)
Create a new
FileItem instance from the supplied parameters and
any local factory configuration. |
FileItem createItem(FileItemStream itemStream) throws IOException
FileItem instance from the supplied parameters and
any local factory configuration.itemStream - The FileItemStream of the form field.IOException