org.beangle.commons.file.diff.bsdiff

Members list

Type members

Classlikes

object Format

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Format.type
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).

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
Offset.type
object SuffixSort

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
SuffixSort.type