jar

io.github.funkatronics : kborsh-jvm

Maven & Gradle

Aug 30, 2023
0 stars

kBorsh · Kotlin Borsh Serialization Format

Table Of Contents

Latest Version

Download io.github.funkatronics : kborsh-jvm JAR file - Latest Versions:

All Versions

Download io.github.funkatronics : kborsh-jvm JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window kborsh-jvm-0.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.funkatronics.base64

├─ com.funkatronics.base64.Base64Encoder.class - [JAR]

├─ com.funkatronics.base64.Base64Factory.class - [JAR]

├─ com.funkatronics.base64.MultiMultBase64Encoder.class - [JAR]

com.funkatronics.buffer

├─ com.funkatronics.buffer.ByteBuffer.class - [JAR]

├─ com.funkatronics.buffer.ByteOrder.class - [JAR]

├─ com.funkatronics.buffer.PlatformByteBuffer.class - [JAR]

├─ com.funkatronics.buffer.PlatformByteBufferKt.class - [JAR]

com.funkatronics.kborsh

├─ com.funkatronics.kborsh.Borsh.class - [JAR]

├─ com.funkatronics.kborsh.BorshDecoder.class - [JAR]

├─ com.funkatronics.kborsh.BorshEncoder.class - [JAR]