HomeSort by relevance Sort by last modified time
    Searched defs:DumpArchiveUtil (Results 1 - 2 of 2) sorted by null

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DumpArchiveUtil.java 29 class DumpArchiveUtil {
33 private DumpArchiveUtil() {
46 calc += DumpArchiveUtil.convert32(buffer, 4 * i);
50 (calc - DumpArchiveUtil.convert32(buffer, 28));
DumpArchiveEntry.java 444 header.type = DumpArchiveConstants.SEGMENT_TYPE.find(DumpArchiveUtil.convert32(
447 //header.dumpDate = new Date(1000L * DumpArchiveUtil.convert32(buffer, 4));
448 //header.previousDumpDate = new Date(1000L * DumpArchiveUtil.convert32(
450 header.volume = DumpArchiveUtil.convert32(buffer, 12);
451 //header.tapea = DumpArchiveUtil.convert32(buffer, 16);
452 entry.ino = header.ino = DumpArchiveUtil.convert32(buffer, 20);
454 //header.magic = DumpArchiveUtil.convert32(buffer, 24);
455 //header.checksum = DumpArchiveUtil.convert32(buffer, 28);
456 final int m = DumpArchiveUtil.convert16(buffer, 32);
464 entry.nlink = DumpArchiveUtil.convert16(buffer, 34)
    [all...]

Completed in 69 milliseconds