C# Class System.Xml.XmlInputStream

Inheritance: Stream
Afficher le fichier Open project: runefs/Marvin Class Usage Examples

Méthodes publiques

Свойство Type Description
StrictUTF8 System.Text.Encoding

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long offset, System origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
XmlInputStream ( Stream stream ) : System

Private Methods

Méthode Description
GetStringFromBytes ( byte bytes, int index, int count ) : string
Initialize ( Stream stream ) : void
ReadByteSpecial ( ) : int
SkipWhitespace ( ) : int
XmlInputStream ( ) : System

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

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

ReadByte() public méthode

public ReadByte ( ) : int
Résultat int

Seek() public méthode

public Seek ( long offset, System origin ) : long
offset long
origin System
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

XmlInputStream() public méthode

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

Property Details

StrictUTF8 public_oe static_oe property

public static Encoding,System.Text StrictUTF8
Résultat System.Text.Encoding