A stupid question

2008-07-16 Thread Dragomir
I am looking for code that implements abstract class IoBuffer with it's methods and especially prefixedDataAvailable(int prefixLength). Seems so trivial but I can't find it in the source code or api doc. I have downloaded Mina 2.0 M2. Thanks a lot, Dragomir Tusevljak

Re: A stupid question

2008-07-16 Thread Emmanuel Lecharny
Dragomir wrote: I am looking for code that implements abstract class IoBuffer with it's methods and especially prefixedDataAvailable(int prefixLength). Seems so trivial but I can't find it in the source code or api doc. The following page on MINA's wiki describe the IoBuffer inheritence.