/*     */ public void putInteger(int paramInt) /*     */ throws IOException /*     */ {
   /* 183 */ write(2);
   /* 184 */ putIntegerContents(paramInt);
   /*     */ }
 /*     */ public void putEnumerated(int paramInt) /*     */ throws IOException /*     */ {
   /* 154 */ write(10);
   /* 155 */ putIntegerContents(paramInt);
   /*     */ }