https://github.com/dorkbox/byteutilities
Utilities for working with bytes and collections of bytes
https://github.com/dorkbox/byteutilities
Last synced: over 1 year ago
JSON representation
Utilities for working with bytes and collections of bytes
- Host: GitHub
- URL: https://github.com/dorkbox/byteutilities
- Owner: dorkbox
- License: other
- Created: 2022-10-02T17:54:35.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2023-11-27T16:14:57.000Z (over 2 years ago)
- Last Synced: 2025-02-06T04:13:01.332Z (over 1 year ago)
- Language: Kotlin
- Size: 474 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Byte manipulation and Unsigned Number Utilities
###### [](https://git.dorkbox.com/dorkbox/ByteUtilities) [](https://github.com/dorkbox/ByteUtilities) [](https://gitlab.com/dorkbox/ByteUtilities)
Maven Info
---------
```
...
com.dorkbox
ByteUtilities
2.1
```
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.