jar

com.github.batkinson : jrsync

Maven & Gradle

Sep 10, 2017
2 stars

JRsync · A minimal android-compatible synchronization tool for transferring files. It is based on the rsync algorithm, not the rsync command, to utilize minimal dependencies.

Table Of Contents

Latest Version

Download com.github.batkinson : jrsync JAR file - Latest Versions:

All Versions

Download com.github.batkinson : jrsync JAR file - All Versions:

Version Vulnerabilities Size Updated
1.4.x
1.4
1.3
1.2
1.1.x
1.1
1.0.x
1.0

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window jrsync-1.4.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.batkinson.jrsync

├─ com.github.batkinson.jrsync.BlockDesc.class - [JAR]

├─ com.github.batkinson.jrsync.BlockSearch.class - [JAR]

├─ com.github.batkinson.jrsync.Metadata.class - [JAR]

├─ com.github.batkinson.jrsync.MetadataGenerator.class - [JAR]

├─ com.github.batkinson.jrsync.MetadataInputWrapper.class - [JAR]

├─ com.github.batkinson.jrsync.MetadataOutputWrapper.class - [JAR]

├─ com.github.batkinson.jrsync.MetadataWriter.class - [JAR]

├─ com.github.batkinson.jrsync.RollingChecksum.class - [JAR]

├─ com.github.batkinson.jrsync.SearchBuffer.class - [JAR]

├─ com.github.batkinson.jrsync.SearchHandler.class - [JAR]

com.github.batkinson.jrsync.zsync

├─ com.github.batkinson.jrsync.zsync.Analyzer.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.BlockReadable.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.ContentRangeStream.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.EmptyRangeStream.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.IOUtil.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.MultipartByteRangeInputStream.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.ProgressTracker.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.RandomAccessBlockReadable.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.Range.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.RangeRequest.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.RangeRequestFactory.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.RangeStream.class - [JAR]

├─ com.github.batkinson.jrsync.zsync.ZSync.class - [JAR]