Bugzilla – Bug 206
Extend of the ByteBuffer Interface
Last modified: 2009-05-28 13:10:39
You need to log in before you can comment on or make changes to this bug.
-1.What to method: poByteBuffer->clear(); to empty or dispose buffer(may be disposeBuffer should be public?). -2.What to single method for operation: poByteBuffer->clear(); poByteBuffer->append(); As far as I understand it will be suitable with setup method but with predefined bCopyingMode & bAutoDispose values.
After fix this bug fix method at Anthill - Shmem: void SharedChannel::readBuffer(cpputils::io::ByteBuffer* poByteBuffer){
Hmmm... It's is a critical? Your status/severity assigment motivation is very strange. I changed the severity to trivial. Please use new method replace in the ByteBuffer class. It's no destroy anything and automate sequence of setLen(0) and append().