Skip to content

caller/jvcdiff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An encoder and decoder implemented by java for the "VCDIFF Generic Differencing and Compression Data Format" described by RFC 3284 .

This project is mainly from the c++ implemention: open-vcdiff. The encoding strategy is largely based on Bentley-McIlroy 99: "Data Compression Using Long Common Strings."

If maven is used, add:

        <dependency>
            <groupId>net.dongliu</groupId>
            <artifactId>jvcdiff</artifactId>
            <version>2.0.1</version>
        </dependency>

to your pom.xml file.

The lib has a simple API, go though VcdiffEncode / VcdiffDecode to get the usage.

About

Vcdiff encoder/decoder java implement

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%