IFF class

A utility class supporting common IFF operations.

Constructors

IFF()

Properties

hashCode int
The hash code for this object.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

nextByte(List stream) int?
read16BitValue(List stream) int
read2Byte(List stream) int
read3Byte(List stream) int
read4Byte(List stream) int
readChunk(List stream) Chunk?
write2Byte(List stream, int value) → void
write3Byte(List stream, int value) → void
write4Byte(List stream, int value) → void
writeChunk(List stream, Chunk chunk) → void