org.beangle.commons.file.diff.bsdiff

Type members

Classlikes

object Format
object Offset

bsdiff encodes offsets (represented by the C off_t type) as 64-bit chunks. In this implementation only 32-bit signed integers are supported, but the additional encoding steps are left to illustrate the process (which, in Java, would encode/decode a long primitive data type).

bsdiff encodes offsets (represented by the C off_t type) as 64-bit chunks. In this implementation only 32-bit signed integers are supported, but the additional encoding steps are left to illustrate the process (which, in Java, would encode/decode a long primitive data type).

object SuffixSort