C# 클래스 StackStream.Builtins.FileTcpIo.TcpStream

상속: Tokens.Stream
파일 보기 프로젝트 열기: puckipedia/StackStream

공개 메소드들

메소드 설명
Read ( ) : byte
Seek ( int location ) : bool
TcpStream ( string host, short port ) : System
Tell ( ) : int
Write ( byte val ) : void

메소드 상세

Read() 공개 메소드

public Read ( ) : byte
리턴 byte

Seek() 공개 메소드

public Seek ( int location ) : bool
location int
리턴 bool

TcpStream() 공개 메소드

public TcpStream ( string host, short port ) : System
host string
port short
리턴 System

Tell() 공개 메소드

public Tell ( ) : int
리턴 int

Write() 공개 메소드

public Write ( byte val ) : void
val byte
리턴 void