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 levigo-jbig2-imageio-2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.levigo.jbig2.image
├─ com.levigo.jbig2.image.BitmapScanline.class - [JAR]
├─ com.levigo.jbig2.image.Bitmaps.class - [JAR]
├─ com.levigo.jbig2.image.Filter.class - [JAR]
├─ com.levigo.jbig2.image.FilterType.class - [JAR]
├─ com.levigo.jbig2.image.ParameterizedFilter.class - [JAR]
├─ com.levigo.jbig2.image.Resizer.class - [JAR]
├─ com.levigo.jbig2.image.Scanline.class - [JAR]
├─ com.levigo.jbig2.image.Weighttab.class - [JAR]
com.levigo.jbig2
├─ com.levigo.jbig2.Bitmap.class - [JAR]
├─ com.levigo.jbig2.Dictionary.class - [JAR]
├─ com.levigo.jbig2.JBIG2Document.class - [JAR]
├─ com.levigo.jbig2.JBIG2Globals.class - [JAR]
├─ com.levigo.jbig2.JBIG2ImageMetadata.class - [JAR]
├─ com.levigo.jbig2.JBIG2ImageMetadataFormat.class - [JAR]
├─ com.levigo.jbig2.JBIG2ImageReader.class - [JAR]
├─ com.levigo.jbig2.JBIG2ImageReaderSpi.class - [JAR]
├─ com.levigo.jbig2.JBIG2Page.class - [JAR]
├─ com.levigo.jbig2.JBIG2ReadParam.class - [JAR]
├─ com.levigo.jbig2.Region.class - [JAR]
├─ com.levigo.jbig2.SegmentData.class - [JAR]
├─ com.levigo.jbig2.SegmentHeader.class - [JAR]
├─ com.levigo.jbig2.TestImage.class - [JAR]
com.levigo.jbig2.decoder.arithmetic
├─ com.levigo.jbig2.decoder.arithmetic.ArithmeticDecoder.class - [JAR]
├─ com.levigo.jbig2.decoder.arithmetic.ArithmeticIntegerDecoder.class - [JAR]
├─ com.levigo.jbig2.decoder.arithmetic.CX.class - [JAR]
com.levigo.jbig2.decoder.mmr
├─ com.levigo.jbig2.decoder.mmr.MMRConstants.class - [JAR]
├─ com.levigo.jbig2.decoder.mmr.MMRDecompressor.class - [JAR]
com.levigo.jbig2.err
├─ com.levigo.jbig2.err.IntegerMaxValueException.class - [JAR]
├─ com.levigo.jbig2.err.InvalidHeaderValueException.class - [JAR]
├─ com.levigo.jbig2.err.JBIG2Exception.class - [JAR]
com.levigo.jbig2.util
├─ com.levigo.jbig2.util.CombinationOperator.class - [JAR]
├─ com.levigo.jbig2.util.DictionaryViewer.class - [JAR]
├─ com.levigo.jbig2.util.ServiceLookup.class - [JAR]
├─ com.levigo.jbig2.util.Utils.class - [JAR]
com.levigo.jbig2.decoder.huffman
├─ com.levigo.jbig2.decoder.huffman.EncodedTable.class - [JAR]
├─ com.levigo.jbig2.decoder.huffman.FixedSizeTable.class - [JAR]
├─ com.levigo.jbig2.decoder.huffman.HuffmanTable.class - [JAR]
├─ com.levigo.jbig2.decoder.huffman.InternalNode.class - [JAR]
├─ com.levigo.jbig2.decoder.huffman.Node.class - [JAR]
├─ com.levigo.jbig2.decoder.huffman.OutOfBandNode.class - [JAR]
├─ com.levigo.jbig2.decoder.huffman.StandardTables.class - [JAR]
├─ com.levigo.jbig2.decoder.huffman.ValueNode.class - [JAR]
com.levigo.jbig2.segments
├─ com.levigo.jbig2.segments.EndOfStripe.class - [JAR]
├─ com.levigo.jbig2.segments.GenericRefinementRegion.class - [JAR]
├─ com.levigo.jbig2.segments.GenericRegion.class - [JAR]
├─ com.levigo.jbig2.segments.HalftoneRegion.class - [JAR]
├─ com.levigo.jbig2.segments.PageInformation.class - [JAR]
├─ com.levigo.jbig2.segments.PatternDictionary.class - [JAR]
├─ com.levigo.jbig2.segments.Profiles.class - [JAR]
├─ com.levigo.jbig2.segments.RegionSegmentInformation.class - [JAR]
├─ com.levigo.jbig2.segments.SymbolDictionary.class - [JAR]
├─ com.levigo.jbig2.segments.Table.class - [JAR]
├─ com.levigo.jbig2.segments.TextRegion.class - [JAR]
com.levigo.jbig2.util.cache
├─ com.levigo.jbig2.util.cache.Cache.class - [JAR]
├─ com.levigo.jbig2.util.cache.CacheBridge.class - [JAR]
├─ com.levigo.jbig2.util.cache.CacheFactory.class - [JAR]
├─ com.levigo.jbig2.util.cache.SoftReferenceCache.class - [JAR]
├─ com.levigo.jbig2.util.cache.SoftReferenceCacheBridge.class - [JAR]
com.levigo.jbig2.io
├─ com.levigo.jbig2.io.DefaultInputStreamFactory.class - [JAR]
├─ com.levigo.jbig2.io.InputStreamFactory.class - [JAR]
├─ com.levigo.jbig2.io.SubInputStream.class - [JAR]
com.levigo.jbig2.util.log
├─ com.levigo.jbig2.util.log.JDKLogger.class - [JAR]
├─ com.levigo.jbig2.util.log.JDKLoggerBridge.class - [JAR]
├─ com.levigo.jbig2.util.log.Logger.class - [JAR]
├─ com.levigo.jbig2.util.log.LoggerBridge.class - [JAR]
├─ com.levigo.jbig2.util.log.LoggerFactory.class - [JAR]