Package org.moeaframework.util.io
package org.moeaframework.util.io
Collection of I/O utility classes.
-
ClassDescriptionCallback function accepting an
InputStream
.IOCallback<T>Callback function used for an I/O operation.Read lines from a character-input stream, with options to ignore blank and commented lines.Static methods for reading and writing matrices.Reader of files containing matrices.Java LoggingHandler
with some more sensible defaults (in my opinion), including (1) sending logs toSystem.out
instead ofSystem.err
, and (2) using a shorter, single line format.Callback function accepting anOutputStream
.Callback function accepting aPrintStream
.Callback function accepting aReader
.Redirects all content received by anInputStream
to anOutputStream
.Similar to aFileNotFoundException
, indicates that the resource was not found.Utilities for working with resources, which are files that are embedded within Java JAR files and discoverable on the classpath.Options used when locating and extracting resources.Tokenizer for encoding and decoding content on a line, escaping any special characters.Callback function accepting aWriter
.