VBDLHeader class

Constructors

VBDLHeader(int _random0, int createTime, int _random1, int indexStart, int _random2, int indexLength, int _random3, int dataStart, int _random4, int dataLength, int _random5, int reserve)
VBDLHeader.fromBytes(Uint8List bytes)
factory
VBDLHeader.make(int indexStart, int indexLength, int dataStart, int dataLength)

Properties

createTime int
final
dataLength int
final
dataStart int
final
hashCode int
The hash code for this object.
no setterinherited
indexLength int
final
indexStart int
final
reserve int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toBytes() Uint8List
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

ENCRYPTED_LEN → const int