Uses of Class
org.apache.juneau.commons.io.FileReaderBuilder
Packages that use FileReaderBuilder
Package
Description
File and stream utilities, console support, MIME type detection, and path builders
for working with files and I/O operations.
-
Uses of FileReaderBuilder in org.apache.juneau.commons.io
Methods in org.apache.juneau.commons.io that return FileReaderBuilderModifier and TypeMethodDescriptionFileReaderBuilder.allowNoFile()Enables handling of missing files by returning an empty reader instead of throwing an exception.Sets the character encoding for reading the file by charset name.Sets the character encoding for reading the file.static FileReaderBuilderFileReaderBuilder.create()Creates a new builder.static FileReaderBuilderCreates a new builder initialized with the specified file.Sets the file to read from.Sets the file path to read from.