jar

com.github.czietsman.lz4 : lz4-java

Maven & Gradle

Apr 05, 2016
0 stars

Minimal LZ4 java · Minimal LZ4 java only library

Table Of Contents

Latest Version

Download com.github.czietsman.lz4 : lz4-java JAR file - Latest Versions:

All Versions

Download com.github.czietsman.lz4 : lz4-java JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0

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

com.github.czietsman.util

├─ com.github.czietsman.util.ByteBufferUtils.class - [JAR]

├─ com.github.czietsman.util.Utils.class - [JAR]

com.github.czietsman.xxhash

├─ com.github.czietsman.xxhash.AbstractStreamingXXHash32Java.class - [JAR]

├─ com.github.czietsman.xxhash.AbstractStreamingXXHash64Java.class - [JAR]

├─ com.github.czietsman.xxhash.StreamingXXHash32.class - [JAR]

├─ com.github.czietsman.xxhash.StreamingXXHash32JavaSafe.class - [JAR]

├─ com.github.czietsman.xxhash.StreamingXXHash64.class - [JAR]

├─ com.github.czietsman.xxhash.StreamingXXHash64JavaSafe.class - [JAR]

├─ com.github.czietsman.xxhash.XXHash32.class - [JAR]

├─ com.github.czietsman.xxhash.XXHash32JavaSafe.class - [JAR]

├─ com.github.czietsman.xxhash.XXHash64.class - [JAR]

├─ com.github.czietsman.xxhash.XXHash64JavaSafe.class - [JAR]

├─ com.github.czietsman.xxhash.XXHashConstants.class - [JAR]

├─ com.github.czietsman.xxhash.XXHashFactory.class - [JAR]

com.github.czietsman.lz4

├─ com.github.czietsman.lz4.LZ4BlockInputStream.class - [JAR]

├─ com.github.czietsman.lz4.LZ4BlockOutputStream.class - [JAR]

├─ com.github.czietsman.lz4.LZ4ByteBufferUtils.class - [JAR]

├─ com.github.czietsman.lz4.LZ4Compressor.class - [JAR]

├─ com.github.czietsman.lz4.LZ4Constants.class - [JAR]

├─ com.github.czietsman.lz4.LZ4Exception.class - [JAR]

├─ com.github.czietsman.lz4.LZ4Factory.class - [JAR]

├─ com.github.czietsman.lz4.LZ4FastDecompressor.class - [JAR]

├─ com.github.czietsman.lz4.LZ4HCJavaSafeCompressor.class - [JAR]

├─ com.github.czietsman.lz4.LZ4JavaSafeCompressor.class - [JAR]

├─ com.github.czietsman.lz4.LZ4JavaSafeFastDecompressor.class - [JAR]

├─ com.github.czietsman.lz4.LZ4JavaSafeSafeDecompressor.class - [JAR]

├─ com.github.czietsman.lz4.LZ4SafeDecompressor.class - [JAR]

├─ com.github.czietsman.lz4.LZ4SafeUtils.class - [JAR]

├─ com.github.czietsman.lz4.LZ4Utils.class - [JAR]

Advertisement