Hi guys,today, while checking for some old code, I discovered that we already have an implementation (done by Mark Webb 3 years ago) for a ByteBuffer array. It mimics the ByteArray interface, but behind the curtain, we have many ByteBuffers.
This is what we should use in the chain, IMHO. Code is here : http://svn.apache.org/viewvc/mina/branches/2.0/mina-core/src/main/java/org/apache/mina/util/byteaccess/ -- Regards, Cordialement, Emmanuel Lécharny www.iktek.com
