Home | History | Annotate | Download | only in archivers

Lines Matching refs:cpio

38 import org.apache.commons.compress.archivers.cpio.CpioArchiveInputStream;
39 import org.apache.commons.compress.archivers.cpio.CpioArchiveOutputStream;
113 * Constant (value {@value}) used to identify the CPIO archive format.
116 public static final String CPIO = "cpio";
286 * Returns the encoding to use for arj, jar, zip, dump, cpio and tar
297 * Sets the encoding to use for arj, jar, zip, dump, cpio and tar files. Use null for the archiver default.
318 * i.e. {@value #AR}, {@value #ARJ}, {@value #ZIP}, {@value #TAR}, {@value #JAR}, {@value #CPIO}, {@value #DUMP} or {@value #SEVEN_Z}
370 if (CPIO.equalsIgnoreCase(archiverName)) {
398 * i.e. {@value #AR}, {@value #ZIP}, {@value #TAR}, {@value #JAR} or {@value #CPIO}
444 if (CPIO.equalsIgnoreCase(archiverName)) {
512 return CPIO;
584 return Sets.newHashSet(AR, ARJ, ZIP, TAR, JAR, CPIO, DUMP, SEVEN_Z);
589 return Sets.newHashSet(AR, ZIP, TAR, JAR, CPIO, SEVEN_Z);