BZip2 class Null safety

Constructors

BZip2()

Properties

hashCode int
The hash code for this object.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

Methods

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

Operators

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

Static Properties

emptyInt32List Int32List
final
emptyUint32List Uint32List
final
emptyUint8List Uint8List
final
initialCrc int
read / write

Static Methods

finalizeCrc(int crc) int
updateCrc(int value, int crc) int

Constants

bzhSignature → const List<int>
[0x42, 0x5a, 0x68]
compressedMagic → const List<int>
[0x31, 0x41, 0x59, 0x26, 0x53, 0x59]
eosMagic → const List<int>
[0x17, 0x72, 0x45, 0x38, 0x50, 0x90]
hdr0 → const int
0x30