java.io Class File Method Summary void append(Object text) Append the text at the end of the File. void append(byte[] bytes) Append bytes to the end of a File. ...
groovy.codehaus.org