src/main/java/com/spotify/sparkey/IndexHeader.java [169:178]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public long getDataEnd() {
    return dataEnd;
  }

  public long getMaxKeyLen() {
    return maxKeyLen;
  }

  public long getMaxValueLen() {
    return maxValueLen;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



src/main/java/com/spotify/sparkey/LogHeader.java [149:158]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
  public long getDataEnd() {
    return dataEnd;
  }

  public long getMaxKeyLen() {
    return maxKeyLen;
  }

  public long getMaxValueLen() {
    return maxValueLen;
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



