com.jguild.jrpm.io.cpio
Interface CPIOConstants
public
interface
CPIOConstants
All constants needed by CPIO.
Author: Michael Kuss
Field Summary |
static int | C_IRGRP Permits a file's group to read the file |
static int | C_IROTH Permits others to read the file |
static int | C_IRUSR Permits the owner of a file to read the file |
static int | C_ISBLK Defines a block device |
static int | C_ISCHR Defines a character device |
static int | C_ISDIR Defines a directory |
static int | C_ISFIFO Defines a pipe |
static int | C_ISGID TODO document |
static int | C_ISLNK Defines a symbolic link |
static int | C_ISNWK HP/UX network special (C_ISCTG) |
static int | C_ISREG Defines a regular file |
static int | C_ISSOCK Defines a socket |
static int | C_ISUID TODO document |
static int | C_ISVTX TODO document |
static int | C_IWGRP Permits a file's group to write to the file |
static int | C_IWOTH Permits others to write to the file |
static int | C_IWUSR Permits the owner of a file to write to the file |
static int | C_IXGRP
Permits a file's group to execute the file or to search the file's
directory |
static int | C_IXOTH Permits others to execute the file or to search the file's directory |
static int | C_IXUSR
Permits the owner of a file to execute the file or to search the file's
directory |
static short | FORMAT_NEW write/read a CPIOEntry in the new format |
static short | FORMAT_NEW_CRC write/read a CPIOEntry in the new format with crc |
static short | FORMAT_NEW_MASK Mask for both new formats |
static short | FORMAT_OLD_ASCII write/read a CPIOEntry in the old ascii format |
static short | FORMAT_OLD_BINARY write/read a CPIOEntry in the old binary format |
static short | FORMAT_OLD_MASK Mask for both old formats |
static String | MAGIC_NEW magic number of a cpio entry in the new format |
static String | MAGIC_NEW_CRC magic number of a cpio entry in the new format with crc |
static String | MAGIC_OLD_ASCII magic number of a cpio entry in the old ascii format |
static int | MAGIC_OLD_BINARY magic number of a cpio entry in the old binary format |
static int | S_IFMT Mask for all file type bits. |
public static final int C_IRGRP
Permits a file's group to read the file
public static final int C_IROTH
Permits others to read the file
public static final int C_IRUSR
Permits the owner of a file to read the file
public static final int C_ISBLK
Defines a block device
public static final int C_ISCHR
Defines a character device
public static final int C_ISDIR
Defines a directory
public static final int C_ISFIFO
Defines a pipe
public static final int C_ISGID
TODO document
public static final int C_ISLNK
Defines a symbolic link
public static final int C_ISNWK
HP/UX network special (C_ISCTG)
public static final int C_ISREG
Defines a regular file
public static final int C_ISSOCK
Defines a socket
public static final int C_ISUID
TODO document
public static final int C_ISVTX
TODO document
public static final int C_IWGRP
Permits a file's group to write to the file
public static final int C_IWOTH
Permits others to write to the file
public static final int C_IWUSR
Permits the owner of a file to write to the file
public static final int C_IXGRP
Permits a file's group to execute the file or to search the file's
directory
public static final int C_IXOTH
Permits others to execute the file or to search the file's directory
public static final int C_IXUSR
Permits the owner of a file to execute the file or to search the file's
directory
public static final short FORMAT_NEW
write/read a CPIOEntry in the new format
public static final short FORMAT_NEW_CRC
write/read a CPIOEntry in the new format with crc
public static final short FORMAT_NEW_MASK
Mask for both new formats
public static final short FORMAT_OLD_ASCII
write/read a CPIOEntry in the old ascii format
public static final short FORMAT_OLD_BINARY
write/read a CPIOEntry in the old binary format
public static final short FORMAT_OLD_MASK
Mask for both old formats
public static final String MAGIC_NEW
magic number of a cpio entry in the new format
public static final String MAGIC_NEW_CRC
magic number of a cpio entry in the new format with crc
public static final String MAGIC_OLD_ASCII
magic number of a cpio entry in the old ascii format
public static final int MAGIC_OLD_BINARY
magic number of a cpio entry in the old binary format
public static final int S_IFMT
Mask for all file type bits.