Home | History | Annotate | Download | only in python2.7

Lines Matching refs:commentSize

249         commentSize = endrec[_ECD_COMMENT_SIZE] #as claimed by the zip file
250 comment = data[start+sizeEndCentDir:start+sizeEndCentDir+commentSize]