You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
![]() |
5 days ago | |
---|---|---|
gradle/wrapper | 3 weeks ago | |
src/dorkbox/bytes | 5 days ago | |
src9 | 6 days ago | |
test/dorkbox/bytes | 5 days ago | |
.gitignore | 2 years ago | |
LICENSE | 5 days ago | |
LICENSE.Apachev2 | 2 years ago | |
LICENSE.BSD3 | 2 years ago | |
LICENSE.MIT | 1 year ago | |
README.md | 5 days ago | |
build.gradle.kts | 5 days ago | |
gradle.properties | 1 year ago | |
gradlew | 3 weeks ago | |
gradlew.bat | 1 year ago | |
settings.gradle.kts | 7 days ago |
README.md
Byte manipulation and Unsigned Number Utilities
Maven Info
<dependencies>
...
<dependency>
<groupId>com.dorkbox</groupId>
<artifactId>ByteUtilities</artifactId>
<version>1.8</version>
</dependency>
</dependencies>
Gradle Info
dependencies {
...
compile "com.dorkbox:ByteUtilities:1.8"
}
License
This project is © 2023 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.