C# Class StackStream.Builtins.FileTcpIo.TcpStream

Inheritance: Tokens.Stream
Exibir arquivo Open project: puckipedia/StackStream

Public Methods

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

Method Details

Read() public method

public Read ( ) : byte
return byte

Seek() public method

public Seek ( int location ) : bool
location int
return bool

TcpStream() public method

public TcpStream ( string host, short port ) : System
host string
port short
return System

Tell() public method

public Tell ( ) : int
return int

Write() public method

public Write ( byte val ) : void
val byte
return void