On 4/19/07, Richard Lowe <[EMAIL PROTECTED]> wrote:
Is there a quicker way of getting a byte array to Mina - could this be the problem? I'm guessing a bit here!
If you're using a Mina ByteBuffer you can call one of the wrap() methods to wrap an array or an NIO ByteBuffer. See: http://mina.apache.org/report/1.0/apidocs/org/apache/mina/common/ByteBuffer.html -Mike
