C# Class SourceStream, monomac

Inheritance: Stream
Afficher le fichier Open project: kangaroo/monomac Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
Read ( byte buf, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long p, SeekOrigin, o ) : long
SetLength ( long l ) : void
SourceStream ( Stream source ) : System
Write ( byte b, int a, int c ) : void

Method Details

Flush() public méthode

public Flush ( ) : void
Résultat void

Read() public méthode

public Read ( byte buf, int offset, int count ) : int
buf 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 p, SeekOrigin, o ) : long
p long
o SeekOrigin,
Résultat long

SetLength() public méthode

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

SourceStream() public méthode

public SourceStream ( Stream source ) : System
source Stream
Résultat System

Write() public méthode

public Write ( byte b, int a, int c ) : void
b byte
a int
c int
Résultat void