Skip to content

lineCode/ByteArray.java

 
 

Repository files navigation

Build StatusRead the wiki (version)Maven CentralLicense

Introduction

ByteArray for Java (ByteArray.java) is a stable library for writing and reading bytes in Java. It's very easy to use and it's also very flexible, because every function is standalone and hardcoded, meaning that every function is able to use Big endian and Little endian as well as you can edit any function you'd like. Some of the examples you can work with is: Varints, Integers, Unsigned-Integers and more, and that all in Java! I hope you will find great use out of this interesting library for working with binary data in Java. This library also contains some extra utilities to help you.

If you have any fixes or recommendations, please let me know by sending a pull request or by filling an issue.

Documentation

About

A very simple script for writing and reading bytes in Java

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%