Searched refs:theFile (Results 1 - 1 of 1) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/db-4.7.25.NC/examples_java/src/db/GettingStarted/
H A DExampleDatabaseLoad.java181 private List loadFile(File theFile, int numFields) { argument
185 FileInputStream fis = new FileInputStream(theFile);
190 System.out.println("Malformed line found in " + theFile.getPath());
199 System.err.println(theFile.getPath() + " does not exist.");

Completed in 87 milliseconds