Package org.apache.juneau.commons.io
package org.apache.juneau.commons.io
File and stream utilities, console support, MIME type detection, and path builders
for working with files and I/O operations.
-
ClassesClassDescriptionA
Readerimplementation that reads from anyCharSequence(String, StringBuilder, StringBuffer, etc.).A utility for logging formatted messages to the console.A fluent builder for creatingReaderinstances from files with configurable character encoding.A fluent builder for creatingWriterinstances for writing to files with configurable options.Represents a directory that can be located either on the classpath or in the file system.Represents a file that can be located either on the classpath or in the file system.A lightweight MIME type detector that doesn't require Jakarta Activation.Builder class for creating MimeTypeDetector instances.A wrapper around anOutputStreamthat prevents the underlying stream from being closed.A wrapper around aWriterthat prevents the underlying writer from being closed.InputStreamimplementation that reads a character stream from aReaderand transforms it to a byte stream using a specified charset encoding.