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" }; }