Thx. How do I take an InputStream and put it into a butebuffer so that I can read the fileds?
tia, .V Hi,
How are you using MINA? Which version of MINA? Please describe what you're doing and what the problem is in more detail if possible. MINA's ByteBuffer already contains code to convert bytes into Java strings so you shouldn't have to use IOUtils for this purpose. Have a look at http://directory.apache.org/subprojects/mina/apidocs/org/apache/mina/common/ByteBuffer.html#getString(java.nio.charset.CharsetDecoder) /Niklas
-- [EMAIL PROTECTED]
