Interface ByteConstants

    • Field Summary

      Fields 
      Modifier and Type Field 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.
    • Field Detail

      • NUFILE_ID

        static final byte[] NUFILE_ID
        Master Header Block identifier "magic" bytes.
      • NUFX_ID

        static final byte[] NUFX_ID
        Header Block identifier "magic" bytes.
      • BXY_ID

        static final byte[] BXY_ID
        Binary II identifier "magic" bytes.
      • TIMEREC_SECOND

        static final int TIMEREC_SECOND
        Apple IIgs Toolbox TimeRec seconds byte position.
        See Also:
        Constant Field Values
      • TIMEREC_MINUTE

        static final int TIMEREC_MINUTE
        Apple IIgs Toolbox TimeRec seconds byte position.
        See Also:
        Constant Field Values
      • TIMEREC_HOUR

        static final int TIMEREC_HOUR
        Apple IIgs Toolbox TimeRec minutes byte position.
        See Also:
        Constant Field Values
      • TIMEREC_YEAR

        static final int TIMEREC_YEAR
        Apple IIgs Toolbox TimeRec hours byte position.
        See Also:
        Constant Field Values
      • TIMEREC_DAY

        static final int TIMEREC_DAY
        Apple IIgs Toolbox TimeRec year byte position.
        See Also:
        Constant Field Values
      • TIMEREC_MONTH

        static final int TIMEREC_MONTH
        Apple IIgs Toolbox TimeRec day byte position.
        See Also:
        Constant Field Values
      • TIMEREC_WEEKDAY

        static final int TIMEREC_WEEKDAY
        Apple IIgs Toolbox TimeRec weekday (Mon, Tue, etc) byte position.
        See Also:
        Constant Field Values
      • TIMEREC_LENGTH

        static final int TIMEREC_LENGTH
        Apple IIgs Toolbox TimeRec length.
        See Also:
        Constant Field Values
      • TIMEREC_NULL

        static final byte[] TIMEREC_NULL
        A null TimeRec