public static void writeOffsetIndex()

in src/main/java/org/apache/parquet/format/Util.java [70:72]


  public static void writeOffsetIndex(OffsetIndex offsetIndex, OutputStream to) throws IOException {
    write(offsetIndex, to);
  }