Class Zip64RequiredException

All Implemented Interfaces:
Serializable

public class Zip64RequiredException extends ZipException
Exception thrown when attempting to write data that requires Zip64 support to an archive and UseZip64 has been set to Never.
Since:
1.3
See Also:
  • Field Details

  • Constructor Details

    • Zip64RequiredException

      public Zip64RequiredException(String reason)
  • Method Details

    • getEntryTooBigMessage

      static String getEntryTooBigMessage(ZipArchiveEntry ze)
      Helper to format "entry too big" messages.