Home
last modified time | relevance | path

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

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