Format

object Format
class Object
trait Matchable
class Any
Format.type

Type members

Classlikes

case class Block(diffLength: Int, extraLength: Int, seekLength: Int)
case class Header(controlLength: Int, diffLength: Int, outputLength: Int)

Data structure that encapsulates a bsdiff header. The header is composed of 8-byte fields, starting with the magic number "BSDIFF40."

Data structure that encapsulates a bsdiff header. The header is composed of 8-byte fields, starting with the magic number "BSDIFF40."

0: BSDIFF40 8: length of control block 16: length of the diff block 24: size of the output file

Value members

Concrete fields

val Compression: String
val HeaderLength: Int
val HeaderMagic: String