JavaScript is disabled on your browser.
java.lang.Object
eu.etrap.medusa.utils.FileCopy
Constructor Summary
Constructors
Constructor and Description
FileCopy ()
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
boolean
copy (java.lang.String strSourceFile,
java.lang.String strDestinationFile)
boolean
copy (java.lang.String strSourceFile,
java.lang.String strDestinationFile,
java.util.HashSet<java.lang.Integer> objSelectedFeatureIDs)
int
copy (java.lang.String strSourceFile,
java.lang.String strDestinationFile,
int[] columns)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Constructor Detail
FileCopy
public FileCopy()
Method Detail
copy
public boolean copy(java.lang.String strSourceFile,
java.lang.String strDestinationFile,
java.util.HashSet<java.lang.Integer> objSelectedFeatureIDs)
throws java.io.FileNotFoundException,
java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException
copy
public int copy(java.lang.String strSourceFile,
java.lang.String strDestinationFile,
int[] columns)
throws java.io.FileNotFoundException,
java.io.IOException
Throws:
java.io.FileNotFoundException
java.io.IOException
2005-2013 Marco Büchler, Natural Language Processing Group, University of Leipzig, Germany. 2013-2016 Marco Büchler, Georg August University Göttingen, Göttingen, Germany