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 magic-byte-2.3.5.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
com.github.misterchangray.core.custom
├─ com.github.misterchangray.core.custom.SimpleEnumConverter.class - [JAR]
com.github.misterchangray.core.util
├─ com.github.misterchangray.core.util.AnnotationUtil.class - [JAR]
├─ com.github.misterchangray.core.util.ConverterUtil.class - [JAR]
├─ com.github.misterchangray.core.util.DateUtil.class - [JAR]
├─ com.github.misterchangray.core.util.DynamicByteBuffer.class - [JAR]
├─ com.github.misterchangray.core.util.ExceptionUtil.class - [JAR]
├─ com.github.misterchangray.core.util.Logger.class - [JAR]
├─ com.github.misterchangray.core.util.SafetyUtil.class - [JAR]
com.github.misterchangray.core.exception
├─ com.github.misterchangray.core.exception.InvalidCheckCodeException.class - [JAR]
├─ com.github.misterchangray.core.exception.InvalidLengthException.class - [JAR]
├─ com.github.misterchangray.core.exception.InvalidParameterException.class - [JAR]
├─ com.github.misterchangray.core.exception.InvalidTypeException.class - [JAR]
├─ com.github.misterchangray.core.exception.MagicByteException.class - [JAR]
├─ com.github.misterchangray.core.exception.MagicParseException.class - [JAR]
├─ com.github.misterchangray.core.exception.OutOfMemoryDetecteException.class - [JAR]
com.github.misterchangray.core.intf
├─ com.github.misterchangray.core.intf.MClass.class - [JAR]
├─ com.github.misterchangray.core.intf.MConverter.class - [JAR]
├─ com.github.misterchangray.core.intf.MField.class - [JAR]
├─ com.github.misterchangray.core.intf.MReader.class - [JAR]
├─ com.github.misterchangray.core.intf.MWriter.class - [JAR]
com.github.misterchangray.core.enums
├─ com.github.misterchangray.core.enums.ByteOrder.class - [JAR]
├─ com.github.misterchangray.core.enums.TimestampFormatter.class - [JAR]
├─ com.github.misterchangray.core.enums.TypeEnum.class - [JAR]
com.github.misterchangray.core.clazz
├─ com.github.misterchangray.core.clazz.ClassManager.class - [JAR]
├─ com.github.misterchangray.core.clazz.ClassMetaInfo.class - [JAR]
├─ com.github.misterchangray.core.clazz.ClassParser.class - [JAR]
├─ com.github.misterchangray.core.clazz.CustomConverterInfo.class - [JAR]
├─ com.github.misterchangray.core.clazz.FieldMetaInfo.class - [JAR]
├─ com.github.misterchangray.core.clazz.FieldMetaInfoWrapper.class - [JAR]
├─ com.github.misterchangray.core.clazz.FieldParser.class - [JAR]
├─ com.github.misterchangray.core.clazz.GlobalConfigs.class - [JAR]
├─ com.github.misterchangray.core.clazz.MResult.class - [JAR]
├─ com.github.misterchangray.core.clazz.TypeManager.class - [JAR]
com.github.misterchangray.core.annotation
├─ com.github.misterchangray.core.annotation.MagicClass.class - [JAR]
├─ com.github.misterchangray.core.annotation.MagicConverter.class - [JAR]
├─ com.github.misterchangray.core.annotation.MagicField.class - [JAR]
com.github.misterchangray.core.clazz.warpper
├─ com.github.misterchangray.core.clazz.warpper.UByte.class - [JAR]
├─ com.github.misterchangray.core.clazz.warpper.UInt.class - [JAR]
├─ com.github.misterchangray.core.clazz.warpper.ULong.class - [JAR]
├─ com.github.misterchangray.core.clazz.warpper.UNumber.class - [JAR]
├─ com.github.misterchangray.core.clazz.warpper.UShort.class - [JAR]
com.github.misterchangray.core.intf.impl
├─ com.github.misterchangray.core.intf.impl.BooleanReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.BooleanWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.ByteReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.ByteWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.CharReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.CharWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.CollectionReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.CollectionWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.CustomReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.CustomWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.DateTimeReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.DateTimeWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.DoubleReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.DoubleWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.FloatReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.FloatWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.IntReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.IntWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.LongReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.LongWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.ObjectReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.ObjectWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.ShortReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.ShortWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.StringReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.StringWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.UByteReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.UByteWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.UIntReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.UIntWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.ULongReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.ULongWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.UNumberReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.UNumberWriter.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.UShortReader.class - [JAR]
├─ com.github.misterchangray.core.intf.impl.UShortWriter.class - [JAR]
com.github.misterchangray.core
├─ com.github.misterchangray.core.MagicByte.class - [JAR]
├─ com.github.misterchangray.core.MagicChecker.class - [JAR]
├─ com.github.misterchangray.core.Packer.class - [JAR]
├─ com.github.misterchangray.core.UnPacker.class - [JAR]