it.geosolutions.tools.io.file.writer
Class Writer

java.lang.Object
  extended by it.geosolutions.tools.io.file.writer.Writer

public final class Writer
extends Object


Constructor Summary
Writer()
           
 
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
 

Constructor Detail

Writer

public Writer()
Method Detail

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.