Class SegmentConstants


  • public final class SegmentConstants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static int FLAG_APPLE_PROTECTED
      If this flag bit is set, the segment contains Apple protection.
      static int PROTECTION_R
      Read protection flag.
      static int PROTECTION_W
      Write protection flag.
      static int PROTECTION_X
      Execute protection flag.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PROTECTION_R

        public static final int PROTECTION_R
        Read protection flag.
        See Also:
        Constant Field Values
      • PROTECTION_W

        public static final int PROTECTION_W
        Write protection flag.
        See Also:
        Constant Field Values
      • PROTECTION_X

        public static final int PROTECTION_X
        Execute protection flag.
        See Also:
        Constant Field Values
      • FLAG_APPLE_PROTECTED

        public static final int FLAG_APPLE_PROTECTED
        If this flag bit is set, the segment contains Apple protection.
        See Also:
        Constant Field Values
    • Constructor Detail

      • SegmentConstants

        public SegmentConstants()