This class originated in FileUpload processing. In this use case, you do not know in advance the size of the file being uploaded. If the file is small you want to store it in memory (for speed), but if the file is large you want to store it to file (to avoid memory issues). @version $Id: DeferredFileOutputStream.java 1456969 2013-03-15 14:37:04Z markt $
|
|