C# Class System.Xml.XmlBinaryDictionaryReader.StreamSource

Inheritance: ISource
Mostra file Open project: kumpera/mono

Public Methods

Method Description
Read ( byte data, int offset, int count ) : int
ReadByte ( ) : int
StreamSource ( Stream stream ) : System

Method Details

Read() public method

public Read ( byte data, int offset, int count ) : int
data byte
offset int
count int
return int

ReadByte() public method

public ReadByte ( ) : int
return int

StreamSource() public method

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