Home
last modified time | relevance | path

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

/aoo41x/main/l10ntools/source/help/
H A DHelpIndexerTool.java372 ZipEntry aZipEntry = new ZipEntry( aEntryName ); in addToZipRecursively() local
373 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 13 milliseconds