PackFile class

Constructors

PackFile.decode(IdxFile idx, String filePath, Uint8List headerBytes)

Properties

filePath String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
idx IdxFile
getter/setter pair
numObjects int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getAll() Future<Iterable<GitObject>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
object(GitHash hash) Future<GitObject?>
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromFile(IdxFile idxFile, String filePath) Future<PackFile>