The default FileItemFactory
implementation. This implementation creates FileItem
instances which keep their content either in memory, for smaller items, or in a temporary file on disk, for larger items. The size threshold, above which content will be stored on disk, is configurable, as is the directory in which temporary files will be created
那个默认的FileItemFactory实现。这个实现创造了保持了他们的内容
FileItem
实例,