An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

Byte manipulation and Unsigned Number Utilities

###### [![Dorkbox](https://badge.dorkbox.com/dorkbox.svg "Dorkbox")](https://git.dorkbox.com/dorkbox/ByteUtilities) [![Github](https://badge.dorkbox.com/github.svg "Github")](https://github.com/dorkbox/ByteUtilities) [![Gitlab](https://badge.dorkbox.com/gitlab.svg "Gitlab")](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.