Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 250 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 250 Bytes

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.