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 wearable-0.1.1.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
org.microg.wearable
├─ org.microg.wearable.MessageListener.class - [JAR]
├─ org.microg.wearable.ServerMessageListener.class - [JAR]
├─ org.microg.wearable.SocketConnectionThread.class - [JAR]
├─ org.microg.wearable.SocketWearableConnection.class - [JAR]
├─ org.microg.wearable.WearableConnection.class - [JAR]
org.microg.wearable.proto
├─ org.microg.wearable.proto.AckAsset.class - [JAR]
├─ org.microg.wearable.proto.AppKey.class - [JAR]
├─ org.microg.wearable.proto.AppKeys.class - [JAR]
├─ org.microg.wearable.proto.Asset.class - [JAR]
├─ org.microg.wearable.proto.AssetEntry.class - [JAR]
├─ org.microg.wearable.proto.ChannelControlRequest.class - [JAR]
├─ org.microg.wearable.proto.ChannelDataAckRequest.class - [JAR]
├─ org.microg.wearable.proto.ChannelDataHeader.class - [JAR]
├─ org.microg.wearable.proto.ChannelDataRequest.class - [JAR]
├─ org.microg.wearable.proto.ChannelRequest.class - [JAR]
├─ org.microg.wearable.proto.Connect.class - [JAR]
├─ org.microg.wearable.proto.FetchAsset.class - [JAR]
├─ org.microg.wearable.proto.FilePiece.class - [JAR]
├─ org.microg.wearable.proto.Heartbeat.class - [JAR]
├─ org.microg.wearable.proto.MessagePiece.class - [JAR]
├─ org.microg.wearable.proto.Request.class - [JAR]
├─ org.microg.wearable.proto.RootMessage.class - [JAR]
├─ org.microg.wearable.proto.SetAsset.class - [JAR]
├─ org.microg.wearable.proto.SetDataItem.class - [JAR]
├─ org.microg.wearable.proto.SyncStart.class - [JAR]
├─ org.microg.wearable.proto.SyncTableEntry.class - [JAR]