mirror of
https://github.com/AppleCommander/ShrinkItArchive.git
synced 2025-01-03 01:30:42 +00:00
Missed this in the AC2 merge.
This commit is contained in:
parent
b2f3a5a3e1
commit
216c73d32b
14
src/main/java/com/webcodepro/shrinkit/HeaderConstants.java
Normal file
14
src/main/java/com/webcodepro/shrinkit/HeaderConstants.java
Normal 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"
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user