aboutsummaryrefslogtreecommitdiffstats
path: root/java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java
diff options
context:
space:
mode:
authorYuichiro Hanada <yhanada@google.com>2013-08-20 15:52:02 +0900
committerYuichiro Hanada <yhanada@google.com>2013-08-20 17:43:13 +0900
commit065aad9501ae446aee5d73450c01dc21b8f3242a (patch)
treea483a17ee6365f92d8cad5e2b05cec3dc56e0b75 /java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java
parent112257e40f6f6d914fac1c3a45f39a770693b386 (diff)
downloadlatinime-065aad9501ae446aee5d73450c01dc21b8f3242a.tar.gz
latinime-065aad9501ae446aee5d73450c01dc21b8f3242a.tar.xz
latinime-065aad9501ae446aee5d73450c01dc21b8f3242a.zip
Add DictDecoder.
Change-Id: Ia1c32f21fe07081ce04d093660e18146b93275a4
Diffstat (limited to 'java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java')
-rw-r--r--java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java b/java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java
index 2539313c2..0fa2cf428 100644
--- a/java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java
+++ b/java/src/com/android/inputmethod/latin/makedict/BinaryDictIOUtils.java
@@ -546,7 +546,7 @@ public final class BinaryDictIOUtils {
throws FileNotFoundException, IOException, UnsupportedFormatException {
final byte[] buffer = new byte[HEADER_READING_BUFFER_SIZE];
final Ver3DictDecoder dictDecoder = new Ver3DictDecoder(file);
- dictDecoder.openDictBuffer(new Ver3DictDecoder.DictionaryBufferFactory() {
+ dictDecoder.openDictBuffer(new DictDecoder.DictionaryBufferFactory() {
@Override
public DictBuffer getDictionaryBuffer(File file)
throws FileNotFoundException, IOException {