Uses of Class
org.apache.commons.io.output.DeferredFileOutputStream.Builder
Packages that use DeferredFileOutputStream.Builder
-
Uses of DeferredFileOutputStream.Builder in org.apache.commons.io.output
Methods in org.apache.commons.io.output that return DeferredFileOutputStream.BuilderModifier and TypeMethodDescriptionDeferredFileOutputStream.builder()
Constructs a newDeferredFileOutputStream.Builder
.DeferredFileOutputStream.Builder.setDirectory
(File directory) Sets the temporary file directory.DeferredFileOutputStream.Builder.setDirectory
(Path directory) Sets the temporary file directory.DeferredFileOutputStream.Builder.setOutputFile
(File outputFile) Sets the file to which data is saved beyond the threshold.DeferredFileOutputStream.Builder.setOutputFile
(Path outputFile) Sets the file to which data is saved beyond the threshold.Sets the prefix to use for the temporary file.Sets the suffix to use for the temporary file.DeferredFileOutputStream.Builder.setThreshold
(int threshold) Sets the number of bytes at which to trigger an event.