Skip to content

ebyhr/deletion-vector-tools

Repository files navigation

deletion-vector-tools

Build

This project is a standard Maven-based application. To build the project, run the following command from the root directory:

./mvnw clean install -DskipTests

Run

Once built, you can execute the tool using the provided executable JAR. The following options are required:

  • --path: Path to the Deletion Vector file.
  • --offset: Offset value in the file.
  • --size: Byte size of the section to process.
java -jar target/deletion-vector-tools-*-executable.jar --path path-to-deletion-vector --offset 123 --size 456

When executed, the tool will parse the specified Deletion Vector file and output its information in the following format:

0: {564851,1081346}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages