Searched refs:setVerifyChecksums (Results 1 – 3 of 3) sorted by relevance
63 public ReadOptions setVerifyChecksums( in setVerifyChecksums() method in ReadOptions66 setVerifyChecksums(nativeHandle_, verifyChecksums); in setVerifyChecksums()583 private native void setVerifyChecksums(long handle, boolean verifyChecksums); in setVerifyChecksums() method in ReadOptions
38 opt.setVerifyChecksums(false); in copyConstructor()56 opt.setVerifyChecksums(boolValue); in verifyChecksum()210 readOptions.setVerifyChecksums(true); in failSetVerifyChecksumUninitialized()
480 options.setVerifyChecksums((Boolean)flags_.get(Flag.verify_checksum)); in prepareReadOptions()