Utilities for working with bytes and collections of bytes
 
 
Go to file
Robinson faa3e3cf50
updated build deps
2023-11-27 17:14:36 +01:00
gradle/wrapper updated gradle 2023-08-21 01:29:45 +02:00
src/dorkbox/bytes version 2.1 2023-11-16 12:09:47 +01:00
src9 Updated netty, moved LZ4-xxHash to be optional 2023-08-05 22:41:59 -06:00
test/dorkbox/bytes unit tests now using hex utils 2023-08-21 00:52:44 +02:00
.gitignore Moved Byte utilities from common Utilities project 2021-01-15 01:29:52 +01:00
LICENSE updated license 2023-08-20 21:54:50 +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.CC0 updated license 2023-08-07 18:43:12 -06:00
LICENSE.MIT Updated license info 2021-08-22 23:55:44 -06:00
README.md version 2.1 2023-11-16 12:09:47 +01:00
build.gradle.kts updated build deps 2023-11-27 17:14:36 +01:00
gradle.properties Updated dependencies. Not using the gradle daemon by default 2021-10-01 10:40:18 +02:00
gradlew updated gradle 2023-08-21 01:29:45 +02:00
gradlew.bat updated gradle 2023-08-21 01:29:45 +02:00
settings.gradle.kts fixed project name 2023-08-20 21:17:44 +02:00

README.md

Byte manipulation and Unsigned Number Utilities

Dorkbox Github Gitlab

Maven Info

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

Gradle Info

dependencies {
    ...
    implementation("com.dorkbox:ByteUtilities:2.1")
}

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.