/* * encode the m_ReceiveRec into the buffer at the given position. */ public void encode(byte[] bytes, int pos) { if (bytes == null) { return; } m_SendRec.encode(bytes, pos); pos += m_SendRec.getSize(); }