Home
last modified time | relevance | path

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

/external/turbine/java/com/google/turbine/zip/
DZip.java86 static final int ENDCOM = 20; // zip file comment length field in Zip
189 int actualCommentSize = eocd.getChar(index + ENDCOM); in ZipIterable()