VBDLHeader.make constructor

VBDLHeader.make(
  1. int indexStart,
  2. int indexLength,
  3. int dataStart,
  4. int dataLength,
)

Implementation

VBDLHeader.make(
    this.indexStart, this.indexLength, this.dataStart, this.dataLength)
    : createTime = DateTime.now().millisecondsSinceEpoch,
      reserve = 0,
      _random0 = Random().nextInt((1 << 32)),
      _random1 = Random().nextInt((1 << 32)),
      _random2 = Random().nextInt((1 << 32)),
      _random3 = Random().nextInt((1 << 32)),
      _random4 = Random().nextInt((1 << 32)),
      _random5 = Random().nextInt((1 << 32));