Searched refs:aZipEntry (Results 1 – 1 of 1) sorted by relevance
372 ZipEntry aZipEntry = new ZipEntry( aEntryName ); in addToZipRecursively() local373 aZipEntry.setTime( aFile.lastModified() ); in addToZipRecursively()374 aZipEntry.setSize( fileLength ); in addToZipRecursively()378 aZipEntry.setMethod( nMethod ); in addToZipRecursively()382 aZipEntry.setCrc( tempCRC.getValue() ); in addToZipRecursively()385 zos.putNextEntry( aZipEntry ); in addToZipRecursively()
Completed in 6 milliseconds