Travis Griggs
11/07/2023, 8:39 PMclass UByteReadStream(internal val buffer: UByteArray)
It basically allows me to "next" through a ubytearray, check at end, decode varint sections, etc. Since then the, the Kotlin libraries have grown quite a bit. Is there a more built in/stock idiomatic thing to use to consume/take from an in memory ubytearray?ephemient
11/07/2023, 8:53 PMephemient
11/07/2023, 8:54 PMTravis Griggs
11/07/2023, 9:12 PM