View Java Class Source Code in JAR file
- Download JD-GUI to open JAR file and explore Java source code file (.class .java)
- Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dotify-translator-1.0-alpha1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.daisy.dotify.hyphenator
├─ org.daisy.dotify.hyphenator.AbstractHyphenator.class - [JAR]
├─ org.daisy.dotify.hyphenator.HyphenatorFactory.class - [JAR]
├─ org.daisy.dotify.hyphenator.HyphenatorFactoryMaker.class - [JAR]
├─ org.daisy.dotify.hyphenator.HyphenatorInterface.class - [JAR]
├─ org.daisy.dotify.hyphenator.UnsupportedLocaleException.class - [JAR]
org.daisy.dotify.translator
├─ org.daisy.dotify.translator.BrailleTranslator.class - [JAR]
├─ org.daisy.dotify.translator.BrailleTranslatorFactory.class - [JAR]
├─ org.daisy.dotify.translator.BrailleTranslatorFactoryMaker.class - [JAR]
├─ org.daisy.dotify.translator.BrailleTranslatorResult.class - [JAR]
├─ org.daisy.dotify.translator.DefaultBrailleTranslatorResult.class - [JAR]
├─ org.daisy.dotify.translator.DefaultBypassTranslatorFactory.class - [JAR]
├─ org.daisy.dotify.translator.SimpleBrailleTranslator.class - [JAR]
├─ org.daisy.dotify.translator.UncontractedBrailleFilter.class - [JAR]
├─ org.daisy.dotify.translator.UncontractedBrailleFilterFactory.class - [JAR]
├─ org.daisy.dotify.translator.UnsupportedSpecificationException.class - [JAR]
org.daisy.dotify.text
├─ org.daisy.dotify.text.BreakPoint.class - [JAR]
├─ org.daisy.dotify.text.BreakPointHandler.class - [JAR]
├─ org.daisy.dotify.text.CaseFilter.class - [JAR]
├─ org.daisy.dotify.text.CharFilter.class - [JAR]
├─ org.daisy.dotify.text.CombinationFilter.class - [JAR]
├─ org.daisy.dotify.text.FilterFactory.class - [JAR]
├─ org.daisy.dotify.text.FilterLocale.class - [JAR]
├─ org.daisy.dotify.text.HyphenatorFilter.class - [JAR]
├─ org.daisy.dotify.text.IdentityFilter.class - [JAR]
├─ org.daisy.dotify.text.RegexFilter.class - [JAR]
├─ org.daisy.dotify.text.SplitResult.class - [JAR]
├─ org.daisy.dotify.text.StringFilter.class - [JAR]
├─ org.daisy.dotify.text.StringSplitter.class - [JAR]
├─ org.daisy.dotify.text.TextFileReader.class - [JAR]
org.daisy.dotify.hyphenator.latex.rules
├─ org.daisy.dotify.hyphenator.latex.rules.LatexRulesLocator.class - [JAR]
org.daisy.dotify.translator.en_US
├─ org.daisy.dotify.translator.en_US.EnglishBrailleTranslatorFactory.class - [JAR]
org.daisy.dotify.translator.sv_SE
├─ org.daisy.dotify.translator.sv_SE.CapitalizationMarkers.class - [JAR]
├─ org.daisy.dotify.translator.sv_SE.SwedishBrailleFilter.class - [JAR]
├─ org.daisy.dotify.translator.sv_SE.SwedishBrailleTranslatorFactory.class - [JAR]
org.daisy.dotify.hyphenator.latex
├─ org.daisy.dotify.hyphenator.latex.HyphenatorErrorHandler.class - [JAR]
├─ org.daisy.dotify.hyphenator.latex.LatexHyphenator.class - [JAR]
├─ org.daisy.dotify.hyphenator.latex.LatexHyphenatorCore.class - [JAR]
├─ org.daisy.dotify.hyphenator.latex.LatexHyphenatorFactory.class - [JAR]
org.daisy.util.i18n
├─ org.daisy.util.i18n.CharUtils.class - [JAR]
├─ org.daisy.util.i18n.UCharReplacer.class - [JAR]