Skip to content
/ bytes Public

Bytes is a tiny library that provides a nicer way of working with byte arrays in Java

License

Notifications You must be signed in to change notification settings

coronet/bytes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bytes

Bytes is a tiny library that provides a nicer way of working with byte arrays in Java. Bytes are stateless like byte[]s, but immutable so they can be shared across threads with confidence that no one is going to accidentally modify them.

About

Bytes is a tiny library that provides a nicer way of working with byte arrays in Java

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages