Home
last modified time | relevance | path

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

/aoo42x/main/l10ntools/source/help/
H A DHelpIndexerTool.java361 int fileLength = (int) aFile.length(); in addToZipRecursively() local
363 byte[] wholeFile = new byte[fileLength]; in addToZipRecursively()
364 int bytesRead = fis.read( wholeFile, 0, fileLength ); in addToZipRecursively()
374 aZipEntry.setSize( fileLength ); in addToZipRecursively()
386 zos.write( wholeFile, 0, fileLength ); in addToZipRecursively()

Completed in 8 milliseconds