C# Class Ultima.ProcessStream

Inheritance: Stream
Afficher le fichier Open project: polserver/poltools Class Usage Examples

Protected Properties

Свойство Type Description
m_Open bool
m_Position int
m_Process ClientProcessHandle

Méthodes publiques

Méthode 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 méthode

public BeginAccess ( ) : bool
Résultat bool

EndAccess() public méthode

public EndAccess ( ) : void
Résultat void

Flush() public méthode

public Flush ( ) : void
Résultat void

ProcessStream() public méthode

public ProcessStream ( ) : System
Résultat System

Read() public méthode

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
Résultat int

Seek() public méthode

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
Résultat long

SetLength() public méthode

public SetLength ( long value ) : void
value long
Résultat void

Write() public méthode

public Write ( byte buffer, int offset, int count ) : void
buffer byte
offset int
count int
Résultat void

Property Details

m_Open protected_oe property

protected bool m_Open
Résultat bool

m_Position protected_oe property

protected int m_Position
Résultat int

m_Process protected_oe property

protected ClientProcessHandle,Ultima m_Process
Résultat ClientProcessHandle