Home | History | Annotate | Download | only in zip

Lines Matching defs:options

56         ZFileOptions options = new ZFileOptions();
57 options.setAlignmentRule(AlignmentRules.constantForSuffix(".txt", 1024));
58 try (ZFile zf = new ZFile(newZFile, options)) {
72 ZFileOptions options = new ZFileOptions();
73 options.setAlignmentRule(AlignmentRules.constantForSuffix(".txt", 1024));
74 try (ZFile zf = new ZFile(newZFile, options)) {
104 ZFileOptions options = new ZFileOptions();
105 options.setAlignmentRule(AlignmentRules.constantForSuffix(".txt", 1024));
106 try (ZFile zf = new ZFile(newZFile, options)) {
140 ZFileOptions options = new ZFileOptions();
141 options.setAlignmentRule(AlignmentRules.constantForSuffix(".txt", 1024));
142 try (ZFile zf = new ZFile(newZFile, options)) {
174 ZFileOptions options = new ZFileOptions();
175 options.setAlignmentRule(AlignmentRules.constantForSuffix(".txt", 1024));
176 try (ZFile zf = new ZFile(newZFile, options)) {
205 ZFileOptions options = new ZFileOptions();
206 options.setAlignmentRule(AlignmentRules.constantForSuffix(".txt", 1024));
207 try (ZFile zf = new ZFile(newZFile, options)) {
239 ZFileOptions options = new ZFileOptions();
240 options.setAlignmentRule(AlignmentRules.constant(10));
241 try (ZFile zf = new ZFile(zipFile, options)) {
252 ZFileOptions options = new ZFileOptions();
253 options.setCoverEmptySpaceUsingExtraField(true);
254 options.setAlignmentRule(AlignmentRules.constant(1024));
255 try (ZFile zf = new ZFile(zipFile, options)) {
280 ZFileOptions options = new ZFileOptions();
281 options.setCoverEmptySpaceUsingExtraField(false);
282 options.setAlignmentRule(AlignmentRules.constant(1024));
283 try (ZFile zf = new ZFile(zipFile, options)) {
308 ZFileOptions options = new ZFileOptions();
309 options.setCoverEmptySpaceUsingExtraField(true);
310 options.setAlignmentRule(SUFFIX_ALIGNMENT_RULES);
311 try (ZFile zf = new ZFile(zipFile, options)) {
340 ZFileOptions options = new ZFileOptions();
341 options.setCoverEmptySpaceUsingExtraField(false);
342 options.setAlignmentRule(AlignmentRules.constantForSuffix(".a", 1024));
343 try (ZFile zf = new ZFile(zipFile, options)) {
372 ZFileOptions options = new ZFileOptions();
373 options.setCoverEmptySpaceUsingExtraField(false);
374 options.setAlignmentRule(AlignmentRules.constant(fixedLh));
375 try (ZFile zf = new ZFile(zipFile, options)) {
390 ZFileOptions options = new ZFileOptions();
391 options.setCoverEmptySpaceUsingExtraField(true);
392 options.setAlignmentRule(AlignmentRules.constant(fixedLh));
393 try (ZFile zf = new ZFile(zipFile, options)) {
407 ZFileOptions options = new ZFileOptions();
408 options.setCoverEmptySpaceUsingExtraField(true);
409 options.setAlignmentRule(SUFFIX_ALIGNMENT_RULES);
410 try (ZFile zf = new ZFile(zipFile, options)) {
432 ZFileOptions options = new ZFileOptions();
433 options.setCoverEmptySpaceUsingExtraField(true);
434 options.setAlignmentRule(AlignmentRules.constantForSuffix(".a", 1024));
435 try (ZFile zf = new ZFile(zipFile, options)) {
439 try (ZFile zf = new ZFile(zipFile, options)) {
459 ZFileOptions options = new ZFileOptions();
460 options.setCoverEmptySpaceUsingExtraField(true);
461 options.setAlignmentRule(SUFFIX_ALIGNMENT_RULES);
462 try (ZFile zf = new ZFile(zipFile, options)) {
496 ZFileOptions options = new ZFileOptions();
497 options.setCoverEmptySpaceUsingExtraField(true);
498 options.setAlignmentRule(SUFFIX_ALIGNMENT_RULES);
499 try (ZFile zf = new ZFile(zipFile, options)) {
777 ZFileOptions options = new ZFileOptions();
778 options.setCoverEmptySpaceUsingExtraField(true);
779 options.setAlignmentRule(AlignmentRules.constant(100));
780 try (ZFile zf = new ZFile(zipFile, options)) {
797 ZFileOptions options = new ZFileOptions();
798 options.setCoverEmptySpaceUsingExtraField(true);
799 options.setAlignmentRule(AlignmentRules.constant(4));
800 try (ZFile zf = new ZFile(zipFile, options)) {