C# Class NetIde.Shell.StreamUtil.StreamWrapper

Inheritance: ServiceObject, IStream
Afficher le fichier Open project: netide/netide

Méthodes publiques

Méthode Description
Close ( ) : HResult
Flush ( ) : HResult
GetLength ( long &length ) : HResult
GetPosition ( long &position ) : HResult
Read ( int length, byte &buffer ) : HResult
SetLength ( long length ) : HResult
SetPosition ( long position, SeekOrigin origin ) : HResult
StreamWrapper ( Stream stream, StreamInfo streamInfo ) : System
Write ( byte buffer ) : HResult

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

Close() public méthode

public Close ( ) : HResult
Résultat HResult

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

Flush() public méthode

public Flush ( ) : HResult
Résultat HResult

GetLength() public méthode

public GetLength ( long &length ) : HResult
length long
Résultat HResult

GetPosition() public méthode

public GetPosition ( long &position ) : HResult
position long
Résultat HResult

Read() public méthode

public Read ( int length, byte &buffer ) : HResult
length int
buffer byte
Résultat HResult

SetLength() public méthode

public SetLength ( long length ) : HResult
length long
Résultat HResult

SetPosition() public méthode

public SetPosition ( long position, SeekOrigin origin ) : HResult
position long
origin SeekOrigin
Résultat HResult

StreamWrapper() public méthode

public StreamWrapper ( Stream stream, StreamInfo streamInfo ) : System
stream Stream
streamInfo StreamInfo
Résultat System

Write() public méthode

public Write ( byte buffer ) : HResult
buffer byte
Résultat HResult