C# Class DynamicXaml.ResourcesSystem.BamlBinaryReader

Taken from the StylesExplorer project from codeplex.
Inheritance: System.IO.BinaryReader
Afficher le fichier Open project: flq/XamlTags Class Usage Examples

Méthodes publiques

Méthode Description
BamlBinaryReader ( Stream stream ) : System
ReadCompressedDouble ( ) : double
ReadCompressedInt32 ( ) : int

Method Details

BamlBinaryReader() public méthode

public BamlBinaryReader ( Stream stream ) : System
stream Stream
Résultat System

ReadCompressedDouble() public méthode

public ReadCompressedDouble ( ) : double
Résultat double

ReadCompressedInt32() public méthode

public ReadCompressedInt32 ( ) : int
Résultat int