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

/packages/inputmethods/LatinIME/java-overridable/src/com/android/inputmethod/latin/utils/
H A DFileTransforms.java35 public static InputStream getUncompressedStream(InputStream in) throws IOException { method in class:FileTransforms
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DCompress.java34 public static InputStream getUncompressedStream(final InputStream in) throws IOException { method in class:Compress
87 final InputStream uncompressedInput = getUncompressedStream(

Completed in 406 milliseconds