The decoder main function. This is where we read bytes from the stream and go through the automaton. It's an inifnite loop which stop when no more bytes are to be read. It can occurs if the ByteBuffer is exhausted or if the PDU has been fully decoded.
@param stream The ByteBuffer containing the PDU to decode
@param container The container that store the state, the resultand other elements.
@throws DecoderException Thrown if anything went wrong!
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.