Byte manipulation and Unsigned Number Utilities
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ByteUtilities</artifactId>
<version>2.3</version>
</dependency>
</dependencies>
dependencies {
...
implementation("com.dorkbox:ByteUtilities:2.3")
}
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.