Searched refs:InputProcessor (Results 1 – 1 of 1) sorted by relevance
124 public interface InputProcessor<T> { interface in BinaryDictOffdeviceUtils130 public static class CopyProcessor implements InputProcessor<File> {149 public static class HeaderReaderProcessor implements InputProcessor<DictionaryHeader> {225 @Nonnull final InputProcessor<T> processor) { in decodeDictionaryForProcess()