C# Class Ultima.ProcessStream

Inheritance: Stream
Datei anzeigen Open project: polserver/poltools Class Usage Examples

Protected Properties

Property Type Description
m_Open bool
m_Position int
m_Process ClientProcessHandle

Public Methods

Method Description
BeginAccess ( ) : bool
EndAccess ( ) : void
Flush ( ) : void
ProcessStream ( ) : System
Read ( byte buffer, int offset, int count ) : int
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void

Method Details

BeginAccess() public method

public BeginAccess ( ) : bool
return bool

EndAccess() public method

public EndAccess ( ) : void
return void

Flush() public method

public Flush ( ) : void
return void

ProcessStream() public method

public ProcessStream ( ) : System
return System

Read() public method

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
return int

Seek() public method

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
return long

SetLength() public method

public SetLength ( long value ) : void
value long
return void

Write() public method

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
return void

Property Details

m_Open protected_oe property

protected bool m_Open
return bool

m_Position protected_oe property

protected int m_Position
return int

m_Process protected_oe property

protected ClientProcessHandle,Ultima m_Process
return ClientProcessHandle