Class ZipUtil.InPlaceAction

java.lang.Object
org.zeroturnaround.zip.ZipUtil.InPlaceAction
Enclosing class:
ZipUtil

private abstract static class ZipUtil.InPlaceAction extends Object
Simple helper to make inplace operation easier
  • Constructor Details

    • InPlaceAction

      private InPlaceAction()
  • Method Details

    • act

      abstract boolean act(File tmpFile)
      Returns:
      true if something has been changed during the action.