Home
last modified time | relevance | path

Searched refs:F_UNCOMPRESSED_SIZE (Results 1 – 2 of 2) sorted by relevance

/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DStoredEntry.java133 private static final ZipField.F4 F_UNCOMPRESSED_SIZE = new ZipField.F4( field in StoredEntry
140 F_UNCOMPRESSED_SIZE.endOffset(), "@File name length",
460 F_UNCOMPRESSED_SIZE.skip(bytes); in readLocalHeader()
464 F_UNCOMPRESSED_SIZE.verify(bytes, cdh.getUncompressedSize(), verifyLog); in readLocalHeader()
725 F_UNCOMPRESSED_SIZE.write(out, cdh.getUncompressedSize()); in toHeaderData()
DCentralDirectory.java107 private static final ZipField.F4 F_UNCOMPRESSED_SIZE = new ZipField.F4( field in CentralDirectory
116 F_UNCOMPRESSED_SIZE.endOffset(), "File name length",
312 long uncompressedSize = F_UNCOMPRESSED_SIZE.read(bytes); in readEntry()
469 F_UNCOMPRESSED_SIZE.write(out, cdhs[idx].getUncompressedSize()); in computeByteRepresentation()