Header

org.beangle.commons.file.diff.bsdiff.Format$.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

Attributes

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

Members list

Concise view

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product