A Java library for working with `byte[]` and `ByteBuffer` through unified, segmented byte-array views with compile-time read-only, write-only, and read-write access control, plus support for 64-bit indexing, slicing, and joining across multiple buffers.
java binary-data zero-copy byte-array bytebuffer file-processing large-data compile-time-safety memory-views buffer-slicing 64-bit-indexing immutable-views
-
Updated
Jun 29, 2026 - Java