133134135136137138139140
return new FileInputStream(file); } static ArchiveDetector getArchiveDetector(char[] password) { return (password == null) ? STANDARD : new DefaultArchiveDetector("jpk", new SafeZipRaesDriverWithPassword(password)); }