FileHeader class
A class representing the header of a CAF file.
Constructors
- FileHeader({required FourByteString fileType, required int fileVersion, required int fileFlags})
Properties
- fileFlags ↔ int
-
The flags of the file.
getter/setter pair
- fileType ↔ FourByteString
-
The type of the file.
getter/setter pair
- fileVersion ↔ int
-
The version of the file.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
encode(
) → Uint8List - Encodes the file header to a Uint8List.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited