public interface CpioConstants
| Modifier and Type | Field and Description | 
|---|---|
| static int | BLOCK_SIZEThe default block size. | 
| static int | C_IRGRPPermits a file's group to read the file | 
| static int | C_IROTHPermits others to read the file | 
| static int | C_IRUSRPermits the owner of a file to read the file | 
| static int | C_ISBLKDefines a block device | 
| static int | C_ISCHRDefines a character device | 
| static int | C_ISDIRDefines a directory | 
| static int | C_ISFIFODefines a pipe | 
| static int | C_ISGIDSet group ID | 
| static int | C_ISLNKDefines a symbolic link | 
| static int | C_ISNWKHP/UX network special (C_ISCTG) | 
| static int | C_ISREGDefines a regular file | 
| static int | C_ISSOCKDefines a socket | 
| static int | C_ISUIDSet user ID | 
| static int | C_ISVTXOn directories, restricted deletion flag. | 
| static int | C_IWGRPPermits a file's group to write to the file | 
| static int | C_IWOTHPermits others to write to the file | 
| static int | C_IWUSRPermits the owner of a file to write to the file | 
| static int | C_IXGRPPermits a file's group to execute the file or to search the directory | 
| static int | C_IXOTHPermits others to execute the file or to search the directory | 
| static int | C_IXUSRPermits the owner of a file to execute the file or to search the directory | 
| static String | CPIO_TRAILERThe special trailer marker | 
| static short | FORMAT_NEWwrite/read a CpioArchiveEntry in the new format | 
| static short | FORMAT_NEW_CRCwrite/read a CpioArchiveEntry in the new format with crc | 
| static short | FORMAT_NEW_MASKMask for both new formats | 
| static short | FORMAT_OLD_ASCIIwrite/read a CpioArchiveEntry in the old ascii format | 
| static short | FORMAT_OLD_BINARYwrite/read a CpioArchiveEntry in the old binary format | 
| static short | FORMAT_OLD_MASKMask for both old formats | 
| static String | MAGIC_NEWmagic number of a cpio entry in the new format | 
| static String | MAGIC_NEW_CRCmagic number of a cpio entry in the new format with crc | 
| static String | MAGIC_OLD_ASCIImagic number of a cpio entry in the old ascii format | 
| static int | MAGIC_OLD_BINARYmagic number of a cpio entry in the old binary format | 
| static int | S_IFMTMask for all file type bits. | 
static final String MAGIC_NEW
static final String MAGIC_NEW_CRC
static final String MAGIC_OLD_ASCII
static final int MAGIC_OLD_BINARY
static final short FORMAT_NEW
static final short FORMAT_NEW_CRC
static final short FORMAT_OLD_ASCII
static final short FORMAT_OLD_BINARY
static final short FORMAT_NEW_MASK
static final short FORMAT_OLD_MASK
static final int S_IFMT
static final int C_ISSOCK
static final int C_ISLNK
static final int C_ISNWK
static final int C_ISREG
static final int C_ISBLK
static final int C_ISDIR
static final int C_ISCHR
static final int C_ISFIFO
static final int C_ISUID
static final int C_ISGID
static final int C_ISVTX
static final int C_IRUSR
static final int C_IWUSR
static final int C_IXUSR
static final int C_IRGRP
static final int C_IWGRP
static final int C_IXGRP
static final int C_IROTH
static final int C_IWOTH
static final int C_IXOTH
static final String CPIO_TRAILER
static final int BLOCK_SIZE
Copyright © 2018 The Apache Software Foundation. All rights reserved.