C# Class Flint.Core.Bundles.BundleBase

Represents a Pebble app bundle (.pbw file).
Afficher le fichier Open project: barometz/flint

Méthodes publiques

Méthode Description
Load ( Stream bundle, IZip zip ) : void

Create a new PebbleBundle from a .pwb file and parse its metadata.

Méthodes protégées

Méthode Description
LoadData ( IZip zip ) : void

Method Details

Load() public méthode

Create a new PebbleBundle from a .pwb file and parse its metadata.
public Load ( Stream bundle, IZip zip ) : void
bundle Stream The stream to the bundle.
zip IZip The zip library implementation.
Résultat void

LoadData() protected abstract méthode

protected abstract LoadData ( IZip zip ) : void
zip IZip
Résultat void