Package groovy.io


package groovy.io

Classes for Groovier Input/Output.

  • Class
    Description
    A buffered writer only for OutputStreamWriter that is aware of the encoding of the OutputStreamWriter.
    Represents particular files of interest.
    Represents special return values for the 'preDir', 'postDir' and 'visit'/supplied Closures used with ResourceGroovyMethods.traverse(File, Map, Closure) and related methods to control subsequent traversal behavior.
    A PrintStream that outputs objects in Groovy style.
    A PrintWriter that outputs objects in Groovy style.
    The LineColumnReader is an extension to BufferedReader that keeps track of the line and column information of where the cursor is.
    A buffered writer that gobbles any \r characters and replaces every \n with a platform specific newline.