C# Class StackStream.Builtins.FileTcpIo.TcpStream

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

Méthodes publiques

Méthode Description
Read ( ) : byte
Seek ( int location ) : bool
TcpStream ( string host, short port ) : System
Tell ( ) : int
Write ( byte val ) : void

Method Details

Read() public méthode

public Read ( ) : byte
Résultat byte

Seek() public méthode

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

TcpStream() public méthode

public TcpStream ( string host, short port ) : System
host string
port short
Résultat System

Tell() public méthode

public Tell ( ) : int
Résultat int

Write() public méthode

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