I/O Streams for Kotlin

Yes, you right. I have missed UByte. I will add it in the next version.

There is also missing some writeBit(boolean) method I think :slight_smile:
In fact, I can’t use this library yet since I cannot read/write single bits :-/

Actually no, such methods not missed and you can use library right now :slight_smile:
https://kotlin-utils.sourceforge.io/doc/binary-streams/binary-streams/loggersoft.kotlin.streams/-bit-stream/read-bit.html
https://kotlin-utils.sourceforge.io/doc/binary-streams/binary-streams/loggersoft.kotlin.streams/-bit-stream/write.html

1 Like

Hi @akornilov82.
Is there any chance for your library to support ByteBuffers and generic Charsets?