jar

com.orangereading : stardict

Maven & Gradle

Aug 17, 2017
15 stars

StarDict · Tools to work with stardict dictionary files. Command line validation and export tool.

Table Of Contents

Latest Version

Download com.orangereading : stardict JAR file - Latest Versions:

All Versions

Download com.orangereading : stardict JAR file - All Versions:

Version Vulnerabilities Size Updated
0.2.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window stardict-0.2.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.orangereading.stardict

├─ com.orangereading.stardict.App.class - [JAR]

com.orangereading.stardict.util

├─ com.orangereading.stardict.util.FileExtensionUtils.class - [JAR]

com.orangereading.stardict.annotation

├─ com.orangereading.stardict.annotation.Exporter.class - [JAR]

com.orangereading.stardict.domain

├─ com.orangereading.stardict.domain.DictionaryIndexItem.class - [JAR]

├─ com.orangereading.stardict.domain.DictionaryInfo.class - [JAR]

├─ com.orangereading.stardict.domain.DictionaryItem.class - [JAR]

├─ com.orangereading.stardict.domain.DictionaryItemEntry.class - [JAR]

├─ com.orangereading.stardict.domain.DictionarySynonymsIndex.class - [JAR]

├─ com.orangereading.stardict.domain.DictionarySynonymsIndexItem.class - [JAR]

├─ com.orangereading.stardict.domain.ImmutableDictionaryIndex.class - [JAR]

├─ com.orangereading.stardict.domain.ImmutableDictionaryInfo.class - [JAR]

├─ com.orangereading.stardict.domain.TypeIdentifier.class - [JAR]

com.orangereading.stardict.parser

├─ com.orangereading.stardict.parser.DataSlice.class - [JAR]

├─ com.orangereading.stardict.parser.DictionaryParser.class - [JAR]

├─ com.orangereading.stardict.parser.PlainDictionaryParser.class - [JAR]

├─ com.orangereading.stardict.parser.SameTypeSequenceDictionaryParser.class - [JAR]

com.orangereading.stardict.cli

├─ com.orangereading.stardict.cli.AppCommander.class - [JAR]

├─ com.orangereading.stardict.cli.CommandExport.class - [JAR]

├─ com.orangereading.stardict.cli.CommandMain.class - [JAR]

├─ com.orangereading.stardict.cli.CommandValidate.class - [JAR]

com.orangereading.stardict.exporter

├─ com.orangereading.stardict.exporter.ConsoleExporter.class - [JAR]

├─ com.orangereading.stardict.exporter.DictionaryExporter.class - [JAR]

├─ com.orangereading.stardict.exporter.ExporterRegistry.class - [JAR]

├─ com.orangereading.stardict.exporter.JAXBXmlDictionaryExporter.class - [JAR]

com.orangereading.stardict.io

├─ com.orangereading.stardict.io.CommonFileDictionaryReader.class - [JAR]

├─ com.orangereading.stardict.io.DictionaryDataReader.class - [JAR]

├─ com.orangereading.stardict.io.DictionaryIndexReader.class - [JAR]

├─ com.orangereading.stardict.io.DictionaryInfoReader.class - [JAR]

├─ com.orangereading.stardict.io.DictionaryReader.class - [JAR]

├─ com.orangereading.stardict.io.DictionarySynonymsIndexReader.class - [JAR]

├─ com.orangereading.stardict.io.InputStreamDictionaryIndexReader.class - [JAR]

├─ com.orangereading.stardict.io.MemoryMappedInputStreamDictionaryDataReader.class - [JAR]

├─ com.orangereading.stardict.io.RandomAccessFileDictionaryDataReader.class - [JAR]

├─ com.orangereading.stardict.io.StreamDictionaryInfoReader.class - [JAR]

com.orangereading.stardict.worker

├─ com.orangereading.stardict.worker.DictionaryRecursiveRunner.class - [JAR]

├─ com.orangereading.stardict.worker.ExportWorker.class - [JAR]

├─ com.orangereading.stardict.worker.ValidateWorker.class - [JAR]

├─ com.orangereading.stardict.worker.Worker.class - [JAR]

Advertisement