C# Class SubStream, LynnaLab

Inheritance: Stream
Afficher le fichier Open project: Drenn1/LynnaLab Class Usage Examples

Méthodes publiques

Méthode Description
Flush ( ) : void
Read ( byte buffer, int offset, int count ) : int
ReadByte ( ) : int
Seek ( long dest, SeekOrigin, origin ) : long
SetLength ( long len ) : void
SubStream ( Stream stream, int offset, int size ) : System
Write ( byte buffer, int offset, int count ) : void
WriteByte ( byte value ) : void

Method Details

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 dest, SeekOrigin, origin ) : long
dest long
origin SeekOrigin,
Résultat long

SetLength() public méthode

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

SubStream() public méthode

public SubStream ( Stream stream, int offset, int size ) : System
stream Stream
offset int
size int
Résultat System

Write() public méthode

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

WriteByte() public méthode

public WriteByte ( byte value ) : void
value byte
Résultat void