Пример #1
0
 int arrayMemberValue(int pos, int num) throws Exception {
   writer.arrayValue(num);
   return super.arrayMemberValue(pos, num);
 }