Searched defs:verifyChecksums (Results 1 – 1 of 1) sorted by relevance
24 public ReadOptions(final boolean verifyChecksums, final boolean fillCache) { in ReadOptions()49 public boolean verifyChecksums() { in verifyChecksums() method in ReadOptions64 final boolean verifyChecksums) { in setVerifyChecksums()577 private native static long newReadOptions(final boolean verifyChecksums, in newReadOptions()582 private native boolean verifyChecksums(long handle); in verifyChecksums() method in ReadOptions583 private native void setVerifyChecksums(long handle, boolean verifyChecksums); in setVerifyChecksums()