jar

be.twofold : tinybcdec

Maven & Gradle

Jun 16, 2024
3 stars

be.twofold:tinybcdec · A small library for decoding block compression (BCn) textures

Table Of Contents

Latest Version

Download be.twofold : tinybcdec JAR file - Latest Versions:

All Versions

Download be.twofold : tinybcdec JAR file - All Versions:

Version Vulnerabilities Size Updated
0.1

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 tinybcdec-0.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

be.twofold.tinybcdec

├─ be.twofold.tinybcdec.BC1Decoder.class - [JAR]

├─ be.twofold.tinybcdec.BC2Decoder.class - [JAR]

├─ be.twofold.tinybcdec.BC3Decoder.class - [JAR]

├─ be.twofold.tinybcdec.BC4UDecoder.class - [JAR]

├─ be.twofold.tinybcdec.BC5UDecoder.class - [JAR]

├─ be.twofold.tinybcdec.BC6Decoder.class - [JAR]

├─ be.twofold.tinybcdec.BC7Decoder.class - [JAR]

├─ be.twofold.tinybcdec.Bits.class - [JAR]

├─ be.twofold.tinybcdec.BlockDecoder.class - [JAR]

├─ be.twofold.tinybcdec.BlockFormat.class - [JAR]

├─ be.twofold.tinybcdec.ByteArrays.class - [JAR]

├─ be.twofold.tinybcdec.PixelOrder.class - [JAR]

├─ be.twofold.tinybcdec.package-info.class - [JAR]