Searched defs:inFile (Results 1 - 1 of 1) sorted by relevance

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DDicttool.java48 protected static InputStream getFileInputStream(final File inFile) argument
50 return new BufferedInputStream(new FileInputStream(inFile));

Completed in 120 milliseconds