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 tl-core-1.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.telegram.tl
├─ org.telegram.tl.DeserializeException.class - [JAR]
├─ org.telegram.tl.StreamingUtils.class - [JAR]
├─ org.telegram.tl.TLBool.class - [JAR]
├─ org.telegram.tl.TLBoolFalse.class - [JAR]
├─ org.telegram.tl.TLBoolTrue.class - [JAR]
├─ org.telegram.tl.TLBytes.class - [JAR]
├─ org.telegram.tl.TLContext.class - [JAR]
├─ org.telegram.tl.TLGzipObject.class - [JAR]
├─ org.telegram.tl.TLIntVector.class - [JAR]
├─ org.telegram.tl.TLLongVector.class - [JAR]
├─ org.telegram.tl.TLMethod.class - [JAR]
├─ org.telegram.tl.TLObject.class - [JAR]
├─ org.telegram.tl.TLStringVector.class - [JAR]
├─ org.telegram.tl.TLVector.class - [JAR]
org.telegram.tl.util
├─ org.telegram.tl.util.ArrayUtils.class - [JAR]
├─ org.telegram.tl.util.ContainerHelpers.class - [JAR]
├─ org.telegram.tl.util.SparseArray.class - [JAR]