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

  /external/apache-commons-compress/src/main/java/org/apache/commons/compress/archivers/dump/
DumpArchiveInputStream.java 188 if (raw.skip((long) DumpArchiveConstants.TP_SIZE * active.getHeaderCount())
192 readIdx = active.getHeaderCount();
212 if (raw.skip((long) DumpArchiveConstants.TP_SIZE * active.getHeaderCount())
216 readIdx = active.getHeaderCount();
247 while (readIdx < active.getHeaderCount()) {
268 * (active.getHeaderCount()
298 readIdx = active.getHeaderCount();
341 final int datalen = DumpArchiveConstants.TP_SIZE * entry.getHeaderCount();
DumpArchiveEntry.java 376 public int getHeaderCount() {

Completed in 5199 milliseconds