not the same feature set, though. what do you want out of it?
c
Colton Idle
07/13/2024, 9:48 PM
I'm currently working with Buffers and trying to mimic a javascript library into kotlin, but it makes use of the above library and so i wasn't sure if i should try to port that library above OR if maybe theres a well known java/kotlin buffer library with the same feature set. It's not a ton of code so it should be too bad to port. just dont want to reinvent the wheel if not needed
s
Skaldebane
08/03/2024, 12:39 AM
this is a bit of a late response... but doesn't Square's Okio fit the bill?