Class CommentHeader

java.lang.Object
com.github.junrar.rarfile.BaseBlock
com.github.junrar.rarfile.CommentHeader

public class CommentHeader extends BaseBlock
Comment header
Version:
$LastChangedRevision$
  • Field Details

    • commentHeaderSize

      public static final short commentHeaderSize
      See Also:
    • unpSize

      private final short unpSize
    • unpVersion

      private byte unpVersion
    • unpMethod

      private byte unpMethod
    • commCRC

      private final short commCRC
  • Constructor Details

    • CommentHeader

      public CommentHeader(BaseBlock bb, byte[] commentHeader)
  • Method Details

    • getCommCRC

      public short getCommCRC()
    • getUnpMethod

      public byte getUnpMethod()
    • getUnpSize

      public short getUnpSize()
    • getUnpVersion

      public byte getUnpVersion()