Missed this in the AC2 merge.

This commit is contained in:
Rob Greene 2018-03-11 17:34:28 -05:00
parent b2f3a5a3e1
commit 216c73d32b
1 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,14 @@
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"
};
}