Exemple #1
0
 //    public void load(DataInput in, int headerMode, int movesMode) throws IOException
 //    {
 //        m_header = new ChGameHeaderModel(in, headerMode);
 //        m_moves = new ChGameMoveModel(in, movesMode);
 //    }
 //
 public void save(DataOutput out, int headerMode, int movesMode) throws IOException {
   m_model.save(out, headerMode, movesMode);
 }