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 FROST-Server.Plugin.FormatDataArray-2.0.11.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.
de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray
├─ de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.ArrayValueHandlers.class - [JAR]
├─ de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.DataArrayResult.class - [JAR]
├─ de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.DataArrayValue.class - [JAR]
├─ de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.PluginResultFormatDataArray.class - [JAR]
├─ de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.ResultFormatterDataArray.class - [JAR]
├─ de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.ServiceDataArray.class - [JAR]
de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.json
├─ de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.json.DataArrayDeserializer.class - [JAR]
├─ de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.json.DataArrayResultSerializer.class - [JAR]
├─ de.fraunhofer.iosb.ilt.frostserver.plugin.format.dataarray.json.DataArrayValueSerializer.class - [JAR]