Searched refs:stripLength (Results 1 - 1 of 1) sorted by relevance

/forgerock/openam/openam-core/src/main/java/org/forgerock/openam/setup/
H A DZipUtils.java62 private void zipFile(ZipOutputStream outputStream, File file, int stripLength) throws IOException { argument
67 outputStream.putNextEntry(new ZipEntry(file.getPath().replace('\\', '/').substring(stripLength)));
73 String entryName = (file.getPath() + File.separator).replace('\\', '/').substring(stripLength);
81 zipFile(outputStream, subFile, stripLength);

Completed in 46 milliseconds