Class EAHeader


public class EAHeader extends SubBlockHeader
extended archive CRC header
  • Field Details

    • logger

      private static final org.slf4j.Logger logger
    • EAHeaderSize

      public static final short EAHeaderSize
      See Also:
    • unpSize

      private final int unpSize
    • unpVer

      private byte unpVer
    • method

      private byte method
    • EACRC

      private final int EACRC
  • Constructor Details

  • Method Details

    • getEACRC

      public int getEACRC()
      Returns:
      the eACRC
    • getMethod

      public byte getMethod()
      Returns:
      the method
    • getUnpSize

      public int getUnpSize()
      Returns:
      the unpSize
    • getUnpVer

      public byte getUnpVer()
      Returns:
      the unpVer
    • print

      public void print()
      Overrides:
      print in class SubBlockHeader