Uses of Interface
org.apache.wicket.util.io.DeferredFileOutputStream.FileFactory
Packages that use DeferredFileOutputStream.FileFactory
-
Uses of DeferredFileOutputStream.FileFactory in org.apache.wicket.util.io
Constructors in org.apache.wicket.util.io with parameters of type DeferredFileOutputStream.FileFactoryModifierConstructorDescriptionDeferredFileOutputStream
(int threshold, DeferredFileOutputStream.FileFactory fileFactory) Constructs an instance of this class which will trigger an event at the specified threshold, and save data to a file beyond that point.