コード例 #1
0
            /*
             * Retrieves the m_ReceiveRec from the buffer at the given position.
             */
            public void decode(byte[] bytes, int pos)
            {
                if (bytes == null)
                {
                    return;
                }

                m_SendRec.decode(bytes, pos);
                pos += m_SendRec.getSize();
            }