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
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
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 ByteBuffer
s and generic Charset
s?