Class OCFZipChecker

  • All Implemented Interfaces:
    Checker

    public class OCFZipChecker
    extends java.lang.Object
    implements Checker
    • Field Detail

      • report

        private final Report report
      • zip

        private final java.io.File zip
    • Method Detail

      • check

        public void check()
        Specified by:
        check in interface Checker
      • getIntFromBytes

        private static int getIntFromBytes​(byte[] bytes,
                                           int offset)