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.
This commit is contained in:
2025-05-31 14:08:28 +02:00
parent 4e7fa72a5e
commit 353c2c4f33
6 changed files with 447 additions and 45 deletions

View File

@@ -8,7 +8,7 @@ plugins {
}
group = "nl.astraeus"
version = "0.2.12-SNAPSHOT"
version = "0.3.0-SNAPSHOT"
repositories {
mavenCentral()