Package com.webcodepro.shrinkit.io
Interface ByteConstants
- All Known Implementing Classes:
LittleEndianByteInputStream
,LittleEndianByteOutputStream
public interface ByteConstants
Provides constants for the LittleEndianByteInputStream and ByteTarget classes.
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte[]
Binary II identifier "magic" bytes.static final byte[]
Master Header Block identifier "magic" bytes.static final byte[]
Header Block identifier "magic" bytes.static final int
Apple IIgs Toolbox TimeRec year byte position.static final int
Apple IIgs Toolbox TimeRec minutes byte position.static final int
Apple IIgs Toolbox TimeRec length.static final int
Apple IIgs Toolbox TimeRec seconds byte position.static final int
Apple IIgs Toolbox TimeRec day byte position.static final byte[]
A null TimeRecstatic final int
Apple IIgs Toolbox TimeRec seconds byte position.static final int
Apple IIgs Toolbox TimeRec weekday (Mon, Tue, etc) byte position.static final int
Apple IIgs Toolbox TimeRec hours byte position.
-
Field Details
-
NUFILE_ID
static final byte[] NUFILE_IDMaster Header Block identifier "magic" bytes. -
NUFX_ID
static final byte[] NUFX_IDHeader Block identifier "magic" bytes. -
BXY_ID
static final byte[] BXY_IDBinary II identifier "magic" bytes. -
TIMEREC_SECOND
static final int TIMEREC_SECONDApple IIgs Toolbox TimeRec seconds byte position.- See Also:
-
TIMEREC_MINUTE
static final int TIMEREC_MINUTEApple IIgs Toolbox TimeRec seconds byte position.- See Also:
-
TIMEREC_HOUR
static final int TIMEREC_HOURApple IIgs Toolbox TimeRec minutes byte position.- See Also:
-
TIMEREC_YEAR
static final int TIMEREC_YEARApple IIgs Toolbox TimeRec hours byte position.- See Also:
-
TIMEREC_DAY
static final int TIMEREC_DAYApple IIgs Toolbox TimeRec year byte position.- See Also:
-
TIMEREC_MONTH
static final int TIMEREC_MONTHApple IIgs Toolbox TimeRec day byte position.- See Also:
-
TIMEREC_WEEKDAY
static final int TIMEREC_WEEKDAYApple IIgs Toolbox TimeRec weekday (Mon, Tue, etc) byte position.- See Also:
-
TIMEREC_LENGTH
static final int TIMEREC_LENGTHApple IIgs Toolbox TimeRec length.- See Also:
-
TIMEREC_NULL
static final byte[] TIMEREC_NULLA null TimeRec
-