54555657585960
if(numBoardCards != (byte)header[2]) { throw new RuntimeException("not right number of board cards"); } m_numScoreGroups = header[3]; m_nextRec = new HandRecordScoreGroups(m_numBoardCards, m_holeCards, m_numScoreGroups); }