Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/zip/
DZip.java98 static final int ZIP64_ENDSIZ = 40; // central directory size in bytes field in Zip
205 cdsize = zip64eocd.getLong(ZIP64_ENDSIZ); in ZipIterable()