it.geosolutions.tools.io.file.writer
Class Writer
java.lang.Object
it.geosolutions.tools.io.file.writer.Writer
public final class Writer
- extends Object
Method Summary |
static void |
appendFile(File toAppend,
File destination)
Open 'destination' file in append mode and append content of the
'toAppend' file |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Writer
public Writer()
appendFile
public static void appendFile(File toAppend,
File destination)
throws IOException
- Open 'destination' file in append mode and append content of the
'toAppend' file
- Parameters:
toAppend
- destination
-
- Throws:
IOException
Copyright © 2011-2012 GeoSolutions. All Rights Reserved.