BitBuffer

A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.

License

License

GroupId

GroupId

com.github.jhg023
ArtifactId

ArtifactId

BitBuffer
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

BitBuffer
A data type similar to ByteBuffer, but can read/write bits as well as bytes to improve throughput and allow for optional compression.
Project URL

Project URL

https://github.com/jhg023/BitBuffer
Source Code Management

Source Code Management

https://github.com/jhg023/BitBuffer

Download BitBuffer

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.jhg023/BitBuffer/ -->
<dependency>
    <groupId>com.github.jhg023</groupId>
    <artifactId>BitBuffer</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.jhg023/BitBuffer/
implementation 'com.github.jhg023:BitBuffer:1.0.1'
// https://jarcasting.com/artifacts/com.github.jhg023/BitBuffer/
implementation ("com.github.jhg023:BitBuffer:1.0.1")
'com.github.jhg023:BitBuffer:jar:1.0.1'
<dependency org="com.github.jhg023" name="BitBuffer" rev="1.0.1">
  <artifact name="BitBuffer" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.jhg023', module='BitBuffer', version='1.0.1')
)
libraryDependencies += "com.github.jhg023" % "BitBuffer" % "1.0.1"
[com.github.jhg023/BitBuffer "1.0.1"]

Dependencies

test (3)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-api jar 5.3.2
org.junit.jupiter : junit-jupiter-params jar 5.3.2
org.junit.jupiter : junit-jupiter-engine jar 5.3.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0