IUnpackService class Null safety

An interface for Unpack

Implementers

Constructors

IUnpackService()

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

load(App app) FutureOr<ArchiveSchema>
load returns the Mapping with file format requirements for the given app.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
open(XFile file) FutureOr<List<Mapping>>
open returns the supported list of Mapping for the given XFile file.
start(List<Mapping> mappings) Stream<int>
start let the service begins unpacking with the given Mapping , and returns a progress stream.
toString() String
A string representation of this object.
inherited

Operators

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