All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.sirix.page.PageConstants Maven / Gradle / Ivy

package io.sirix.page;

public final class PageConstants {

  private PageConstants() {
    throw new AssertionError("May never be instantiated!");
  }

  // 150 KiB.
  public static final int MAX_RECORD_SIZE = 150_000;

  public static final int JSON_NAME_INDEX_OFFSET = 1;

  public static final int XML_NAME_INDEX_OFFSET = 4;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy