C# Class DynamicXaml.ResourcesSystem.BamlBinaryReader

Taken from the StylesExplorer project from codeplex.
Inheritance: System.IO.BinaryReader
Exibir arquivo Open project: flq/XamlTags Class Usage Examples

Public Methods

Method Description
BamlBinaryReader ( Stream stream ) : System
ReadCompressedDouble ( ) : double
ReadCompressedInt32 ( ) : int

Method Details

BamlBinaryReader() public method

public BamlBinaryReader ( Stream stream ) : System
stream Stream
return System

ReadCompressedDouble() public method

public ReadCompressedDouble ( ) : double
return double

ReadCompressedInt32() public method

public ReadCompressedInt32 ( ) : int
return int