Interface ByteConstants

All Known Implementing Classes:
LittleEndianByteInputStream, LittleEndianByteOutputStream

public interface ByteConstants
Provides constants for the LittleEndianByteInputStream and ByteTarget classes.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static 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 TimeRec
    static 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_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:
    • TIMEREC_MINUTE

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

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

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

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

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

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

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

      static final byte[] TIMEREC_NULL
      A null TimeRec