Files
typed-byte-arrays/build.gradle.kts
rnentjes 353c2c4f33 Add little-endian support for numeric types
Introduced `Little-Endian` functionality for `Short`, `Int`, `Long`, `Float`, and `Double` across `SlicedByteArray`, `MutableByteArrayHandler`, and `TypedByteArray`. Enhanced property delegates to handle little-endian byte order with the `littleEndian` parameter. Added `LittleEndianTest` to validate functionality. Bumped version to 0.3.0-SNAPSHOT.
2025-05-31 14:08:28 +02:00

2.8 KiB