Home
last modified time | relevance | path

Searched refs:getChksum (Results 1 – 3 of 3) sorted by relevance

/external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/cpio/
DCpioArchiveOutputStream.java305 writeAsciiLong(entry.getChksum(), 8, 16); in writeNewEntry()
398 && this.crc != this.entry.getChksum()) { in closeArchiveEntry()
DCpioArchiveEntry.java378 public long getChksum() { in getChksum() method in CpioArchiveEntry
DCpioArchiveInputStream.java316 && this.crc != this.entry.getChksum()) { in read()