C# Class StackStream.Builtins.FileTcpIo.FileStream

Inheritance: Tokens.Stream
Afficher le fichier Open project: puckipedia/StackStream

Méthodes publiques

Méthode Description
FileStream ( System stream ) : System
Read ( ) : byte
Seek ( int location ) : bool
Tell ( ) : int
Write ( byte val ) : void

Method Details

FileStream() public méthode

public FileStream ( System stream ) : System
stream System
Résultat System

Read() public méthode

public Read ( ) : byte
Résultat byte

Seek() public méthode

public Seek ( int location ) : bool
location int
Résultat bool

Tell() public méthode

public Tell ( ) : int
Résultat int

Write() public méthode

public Write ( byte val ) : void
val byte
Résultat void