jar

it.yobibit : bitutils

Maven & Gradle

May 30, 2014
3 stars

BitUtils · The BitUtils project provides bit packing utilities to serialize data in units of 1, 2 or 4 bits.

Table Of Contents

Latest Version

Download it.yobibit : bitutils JAR file - Latest Versions:

All Versions

Download it.yobibit : bitutils JAR file - All Versions:

Version Vulnerabilities Size Updated
0.6

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

it.yobibit.bitutils

├─ it.yobibit.bitutils.AbstractBitReader.class - [JAR]

├─ it.yobibit.bitutils.BitReader.class - [JAR]

├─ it.yobibit.bitutils.BitWriter.class - [JAR]

├─ it.yobibit.bitutils.Bits.class - [JAR]

├─ it.yobibit.bitutils.Buffer1BitReader.class - [JAR]

├─ it.yobibit.bitutils.Buffer1BitWriter.class - [JAR]

├─ it.yobibit.bitutils.BufferBitReader.class - [JAR]

├─ it.yobibit.bitutils.BufferBitWriter.class - [JAR]

├─ it.yobibit.bitutils.DirectBufferCleaner.class - [JAR]

├─ it.yobibit.bitutils.RandomAccessBitReader.class - [JAR]

├─ it.yobibit.bitutils.RandomAccessBitWriter.class - [JAR]