Package org.moeaframework.util.io


package org.moeaframework.util.io
Collection of I/O utility classes.
  • Class
    Description
    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 Logging Handler with some more sensible defaults (in my opinion), including (1) sending logs to System.out instead of System.err, and (2) using a shorter, single line format.
    Redirects all content received by an InputStream to an OutputStream.
    Similar to a FileNotFoundException, 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.