Utilities for working with bytes and collections of bytes
Go to file
Robinson 72a1b21f3f
Added Hashing for InputStreams
2023-07-13 23:18:07 +02:00
gradle/wrapper Updated gradle 2023-01-05 21:52:56 +01:00
src/dorkbox/bytes Added Hashing for InputStreams 2023-07-13 23:18:07 +02:00
src9 updated moduleinfo 2023-01-24 13:31:27 +01:00
test/dorkbox/bytes Hex calculations now support start/length, so hex values can be for a range of bytes. 2023-07-13 22:56:38 +02:00
.gitignore Moved Byte utilities from common Utilities project 2021-01-15 01:29:52 +01:00
LICENSE Removed lwjgl dependency 2023-07-13 22:57:00 +02:00
LICENSE.Apachev2 Moved Byte utilities from common Utilities project 2021-01-15 01:29:52 +01:00
LICENSE.BSD3 Moved Byte utilities from common Utilities project 2021-01-15 01:29:52 +01:00
LICENSE.MIT Updated license info 2021-08-22 23:55:44 -06:00
README.md Version 1.11 2023-07-13 23:00:43 +02:00
build.gradle.kts Version 1.11 2023-07-13 23:00:43 +02:00
gradle.properties Updated dependencies. Not using the gradle daemon by default 2021-10-01 10:40:18 +02:00
gradlew Updated gradle 2023-01-05 21:52:56 +01:00
gradlew.bat updated gradle 2021-08-14 14:54:05 -06:00
settings.gradle.kts removed sorting 2023-01-23 10:58:29 +01:00

README.md

Byte manipulation and Unsigned Number Utilities

Dorkbox Github Gitlab

Maven Info

<dependencies>
    ...
    <dependency>
      <groupId>com.dorkbox</groupId>
      <artifactId>ByteUtilities</artifactId>
      <version>1.11</version>
    </dependency>
</dependencies>

Gradle Info

dependencies {
    ...
    compile "com.dorkbox:ByteUtilities:1.11"
}

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.