Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1005 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 1005 Bytes

Zip64File - SIARD ZIP 64 handler

This package contains a ZIP 64 handler. Its main purpose is reading and writing ZIP files which conform to the 64 bit extension of the ZIP standard. It also includes a command-line tool for reading and writing ZIP files in ZIP 64 format.

Prerequisites

For building the binaries, Java JDK (1.8 or higher) must be installed.

Run all tests

./gradlew check

Build the project

./gradlew clean build

Create a release

This creates a new tag and pushes the tag to main branch.

./gradlew release

Documentation

Declaration

Contributions to the codebase have been made with the support of Codeium. Codeium is AI-powered code completion tool, that is trained exclusively on natural language and source code data with permissive licenses.