- add IOBuffer::IOFileWriter
- fix bug with multi block read data
- add tests
- fix bug multi block writing data
- add tests
- fix segfault on repeatable read when (length for read) + (read position) more than (write position)
IOBuffer::IOMemoryBuffer::read()
- return count read bytes
- fixed allocation with flexible buffer size
- read not more than buffer wrote bytes
- add
IOBuffer::CharStream
class
- initial commit