public InterningProtocol()

in src/main/java/org/apache/parquet/format/InterningProtocol.java [45:48]


  public InterningProtocol(TProtocol delegate) {
    super(delegate.getTransport());
    this.delegate = delegate;
  }