Uses of Enum
org.eclipse.cbi.common.util.ZipPosixPermissionFixer.CentralDirectoryHeader.Platform
Packages that use ZipPosixPermissionFixer.CentralDirectoryHeader.Platform
-
Uses of ZipPosixPermissionFixer.CentralDirectoryHeader.Platform in org.eclipse.cbi.common.util
Subclasses with type arguments of type ZipPosixPermissionFixer.CentralDirectoryHeader.Platform in org.eclipse.cbi.common.utilModifier and TypeClassDescription(package private) static enum0 - MS-DOS and OS/2 (FAT / VFAT / FAT32 file systems) 1 - Amiga 2 - OpenVMS 3 - UNIX 4 - VM/CMS 5 - Atari ST 6 - OS/2 H.P.F.S.Methods in org.eclipse.cbi.common.util that return ZipPosixPermissionFixer.CentralDirectoryHeader.PlatformModifier and TypeMethodDescriptionZipPosixPermissionFixer.CentralDirectoryHeader.Platform.fromValue(int value) ZipPosixPermissionFixer.CentralDirectoryHeader.platform()The upper byte indicates the compatibility of the file attribute information.Returns the enum constant of this type with the specified name.ZipPosixPermissionFixer.CentralDirectoryHeader.Platform.values()Returns an array containing the constants of this enum type, in the order they are declared.