Uses of Class
org.apache.juneau.commons.io.FileWriterBuilder
Packages that use FileWriterBuilder
Package
Description
File and stream utilities, console support, MIME type detection, and path builders
for working with files and I/O operations.
-
Uses of FileWriterBuilder in org.apache.juneau.commons.io
Methods in org.apache.juneau.commons.io that return FileWriterBuilderModifier and TypeMethodDescriptionFileWriterBuilder.append()Enables append mode, which appends to the file instead of overwriting it.FileWriterBuilder.buffered()Enables buffering for improved write performance.Sets the character encoding for writing to the file by charset name.Sets the character encoding for writing to the file.static FileWriterBuilderFileWriterBuilder.create()Creates a new builder.static FileWriterBuilderCreates a new builder initialized with the specified file.static FileWriterBuilderCreates a new builder initialized with the specified file path.Sets the file to write to.Sets the file path to write to.