public void consumeList()

in src/main/java/org/apache/parquet/format/event/Consumers.java [131:136]


      public void consumeList(TProtocol protocol,
          EventBasedThriftReader reader, TList tList) throws TException {
        co.list = new ArrayList<T>();
        super.consumeList(protocol, reader, tList);
        consumer.consume(co.list);
      }