C# Class System.Xml.XmlBinaryDictionaryReader.StreamSource

Inheritance: ISource
Afficher le fichier Open project: kumpera/mono

Méthodes publiques

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

Method Details

Read() public méthode

public Read ( byte data, int offset, int count ) : int
data byte
offset int
count int
Résultat int

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

StreamSource() public méthode

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