Class PartitionTypes
- java.lang.Object
-
- com.github.mjdev.libaums.partition.PartitionTypes
-
public class PartitionTypes extends java.lang.ObjectCreated by magnusja on 28/02/17.
-
-
Field Summary
Fields Modifier and Type Field Description static intAPPLE_HFS_HFS_PLUSstatic intFAT12static intFAT16static intFAT32static intISO9660static intLINUX_EXTstatic intNTFS_EXFATstatic intUNKNOWN
-
Constructor Summary
Constructors Constructor Description PartitionTypes()
-
-
-
Field Detail
-
UNKNOWN
public static final int UNKNOWN
- See Also:
- Constant Field Values
-
FAT12
public static final int FAT12
- See Also:
- Constant Field Values
-
FAT16
public static final int FAT16
- See Also:
- Constant Field Values
-
FAT32
public static final int FAT32
- See Also:
- Constant Field Values
-
LINUX_EXT
public static final int LINUX_EXT
- See Also:
- Constant Field Values
-
APPLE_HFS_HFS_PLUS
public static final int APPLE_HFS_HFS_PLUS
- See Also:
- Constant Field Values
-
ISO9660
public static final int ISO9660
- See Also:
- Constant Field Values
-
NTFS_EXFAT
public static final int NTFS_EXFAT
- See Also:
- Constant Field Values
-
-