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