Enum Class CFragLocatorKind
- All Implemented Interfaces:
Serializable
,Comparable<CFragLocatorKind>
,Constable
Values for type CFragLocatorKind.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionContainer is in the executable of a CFBundle.Passed to init routines in lieu of kCFBundleCFragLocator.Container is in a file's data fork.Container is in memory.Reserved for possible future use.Container is in a file's resource fork. -
Method Summary
Modifier and TypeMethodDescriptionstatic CFragLocatorKind
get
(BinaryReader reader) static CFragLocatorKind
Returns the enum constant of this class with the specified name.static CFragLocatorKind[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
kMemoryCFragLocator
Container is in memory. -
kDataForkCFragLocator
Container is in a file's data fork. -
kResourceCFragLocator
Container is in a file's resource fork. -
kNamedFragmentCFragLocator
Reserved for possible future use. -
kCFBundleCFragLocator
Container is in the executable of a CFBundle. -
kCFBundlePreCFragLocator
Passed to init routines in lieu of kCFBundleCFragLocator.
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
get
- Throws:
IOException
-