Utilities for working with bytes and collections of bytes
Go to file
Robinson 0948d49a3b Converted byte array wrapper to kotlin 2021-08-19 23:42:50 -06:00
gradle/wrapper Added updates, bumped major version number for api change 2021-08-18 18:23:53 -06:00
src/dorkbox/bytes Converted byte array wrapper to kotlin 2021-08-19 23:42:50 -06:00
src9 Added back netty ByteBuf kryo IO wrappers. 2021-08-19 19:10:04 -06:00
test/dorkbox/bytes Converted bytebuf2 to kotlin 2021-08-19 23:36:10 -06:00
.gitignore Moved Byte utilities from common Utilities project 2021-01-15 01:29:52 +01:00
LICENSE Added back netty ByteBuf kryo IO wrappers. 2021-08-19 19:10:04 -06: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
README.md Moved Byte utilities from common Utilities project 2021-01-15 01:29:52 +01:00
build.gradle.kts Added back netty ByteBuf kryo IO wrappers. 2021-08-19 19:10:04 -06:00
gradle.properties Added updates, bumped major version number for api change 2021-08-18 18:23:53 -06:00
gradlew updated gradle 2021-08-14 14:54:05 -06:00
gradlew.bat updated gradle 2021-08-14 14:54:05 -06:00
settings.gradle.kts Moved Byte utilities from common Utilities project 2021-01-15 01:29:52 +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.0</version>
    </dependency>
</dependencies>

Gradle Info

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

License

This project is © 2021 dorkbox llc, and is distributed under the terms of the Apache v2.0 License. See file "LICENSE" for further references.