Interface CpioConstants

All Known Implementing Classes:
CpioArchiveEntry, CpioArchiveInputStream, CpioArchiveOutputStream

public interface CpioConstants
All constants needed by CPIO. based on code from the jRPM project (jrpm.sourceforge.net) http://www.opengroup.org/onlinepubs/9699919799/basedefs/cpio.h.html has a list of the C_xxx constants.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
    The default block size.
    static final int
    Permits a file's group to read the file
    static final int
    Permits others to read the file
    static final int
    Permits the owner of a file to read the file
    static final int
    Defines a block device
    static final int
    Defines a character device
    static final int
    Defines a directory
    static final int
    Defines a pipe
    static final int
    Sets group ID
    static final int
    Defines a symbolic link
    static final int
    HP/UX network special (C_ISCTG)
    static final int
    Defines a regular file
    static final int
    Defines a socket
    static final int
    Sets user ID
    static final int
    On directories, restricted deletion flag.
    static final int
    Permits a file's group to write to the file
    static final int
    Permits others to write to the file
    static final int
    Permits the owner of a file to write to the file
    static final int
    Permits a file's group to execute the file or to search the directory
    static final int
    Permits others to execute the file or to search the directory
    static final int
    Permits the owner of a file to execute the file or to search the directory
    static final String
    The special trailer marker
    static final short
    Write/read a CpioArchiveEntry in the new format.
    static final short
    Write/read a CpioArchiveEntry in the new format with crc.
    static final short
    Mask for both new formats.
    static final short
    Write/read a CpioArchiveEntry in the old ascii format.
    static final short
    Write/read a CpioArchiveEntry in the old binary format.
    static final short
    Mask for both old formats.
    static final String
    Magic number of a cpio entry in the new format
    static final String
    Magic number of a cpio entry in the new format with crc
    static final String
    Magic number of a cpio entry in the old ascii format
    static final int
    Magic number of a cpio entry in the old binary format
    static final int
    Mask for all file type bits.