Bytes Utility Library for Kotlin
Kotlin向けバイト配列操作ライブラリ

Get Started
Gradle
依存を追加します
${latest.version} is 
dependencies {
implementation "jp.co.gahojin.bytes-kotlin:bytes-kotlin:${latest.version}"
}
Examples
val b = Bytes.wrap(someByteArray)
b.put(0, 0x01)
b.putIntLe(1, 12345)
val result = b.array()
API
License
Copyright 2025, GAHOJIN, Inc.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance the License.
You may obtain a copy of the License at
https:
Unless applicable law agreed to writing, software
distributed under the License distributed an BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express implied.
See the License the specific language governing permissions
limitations under the License.