C# Class Fan.Sys.SysInStream.PushbackStream

Inheritance: Stream
Afficher le fichier Open project: xored/f4

Méthodes publiques

Méthode Description
Close ( ) : void
Flush ( ) : void
PushbackStream ( Stream parent, int size ) : System
Read ( byte buf, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long val ) : void
Unread ( int b ) : void
Write ( byte buf, int offset, int count ) : void

Method Details

Close() public méthode

public Close ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

PushbackStream() public méthode

public PushbackStream ( Stream parent, int size ) : System
parent Stream
size int
Résultat System

Read() public méthode

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

Seek() public méthode

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

SetLength() public méthode

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

Unread() public méthode

public Unread ( int b ) : void
b int
Résultat void

Write() public méthode

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