com.webcodepro.shrinkit.HeaderConstants Maven / Gradle / Ivy
package com.webcodepro.shrinkit;
/**
* Handy reference for constant values based on header blocks.
* These are likely user interface oriented.
*
* @author rob
*/
public interface HeaderConstants {
public static final String[] FILE_SYS = {
"Reserved", "ProDOS/SOS", "DOS 3.3", "DOS 3.2", "Apple II Pascal", "Macintosh HFS", "Macintosh MFS",
"Lisa File System", "Apple CP/M", "Reserved", "MS-DOS", "High Sierra", "ISO 9660", "AppleShare"
};
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy