Пример #1
0
  protected void writeGeneric(Long l) {
    if (generic_simple) {

      writeLineRaw(l.toString());

    } else {
      writeTag("LONG", "" + l);
    }
  }