C# Class StackStream.Builtins.FileTcpIo.FileStream

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

Public Methods

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

Method Details

FileStream() public method

public FileStream ( System stream ) : System
stream System
return System

Read() public method

public Read ( ) : byte
return byte

Seek() public method

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

Tell() public method

public Tell ( ) : int
return int

Write() public method

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