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 module-vfs-1.0.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
be.yildizgames.module.vfs.internal
├─ be.yildizgames.module.vfs.internal.BaseVfs.class - [JAR]
├─ be.yildizgames.module.vfs.internal.BaseVfsContainer.class - [JAR]
├─ be.yildizgames.module.vfs.internal.HogFile.class - [JAR]
be.yildizgames.module.vfs
├─ be.yildizgames.module.vfs.Vfs.class - [JAR]
├─ be.yildizgames.module.vfs.VfsArchiveFormat.class - [JAR]
├─ be.yildizgames.module.vfs.VfsArchiveInfo.class - [JAR]
├─ be.yildizgames.module.vfs.VfsContainer.class - [JAR]
├─ be.yildizgames.module.vfs.VfsContainerWrite.class - [JAR]
├─ be.yildizgames.module.vfs.VfsFile.class - [JAR]
├─ be.yildizgames.module.vfs.VfsWrite.class - [JAR]
be.yildizgames.module.vfs.dummy
├─ be.yildizgames.module.vfs.dummy.DummyVfs.class - [JAR]
├─ be.yildizgames.module.vfs.dummy.DummyVfsContainer.class - [JAR]
├─ be.yildizgames.module.vfs.dummy.DummyVfsFile.class - [JAR]