public interface ByteConstants
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
BXY_ID
Binary II identifier "magic" bytes.
|
static byte[] |
NUFILE_ID
Master Header Block identifier "magic" bytes.
|
static byte[] |
NUFX_ID
Header Block identifier "magic" bytes.
|
static int |
TIMEREC_DAY
Apple IIgs Toolbox TimeRec year byte position.
|
static int |
TIMEREC_HOUR
Apple IIgs Toolbox TimeRec minutes byte position.
|
static int |
TIMEREC_LENGTH
Apple IIgs Toolbox TimeRec length.
|
static int |
TIMEREC_MINUTE
Apple IIgs Toolbox TimeRec seconds byte position.
|
static int |
TIMEREC_MONTH
Apple IIgs Toolbox TimeRec day byte position.
|
static byte[] |
TIMEREC_NULL
A null TimeRec
|
static int |
TIMEREC_SECOND
Apple IIgs Toolbox TimeRec seconds byte position.
|
static int |
TIMEREC_WEEKDAY
Apple IIgs Toolbox TimeRec weekday (Mon, Tue, etc) byte position.
|
static int |
TIMEREC_YEAR
Apple IIgs Toolbox TimeRec hours byte position.
|
static final byte[] NUFILE_ID
static final byte[] NUFX_ID
static final byte[] BXY_ID
static final int TIMEREC_SECOND
static final int TIMEREC_MINUTE
static final int TIMEREC_HOUR
static final int TIMEREC_YEAR
static final int TIMEREC_DAY
static final int TIMEREC_MONTH
static final int TIMEREC_WEEKDAY
static final int TIMEREC_LENGTH
static final byte[] TIMEREC_NULL