Header

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."

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

trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product