C# Class Flint.Core.Bundles.BundleBase

Represents a Pebble app bundle (.pbw file).
Exibir arquivo Open project: barometz/flint

Public Methods

Method Description
Load ( Stream bundle, IZip zip ) : void

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

Protected Methods

Method Description
LoadData ( IZip zip ) : void

Method Details

Load() public method

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.
return void

LoadData() protected abstract method

protected abstract LoadData ( IZip zip ) : void
zip IZip
return void