C# Class NetIde.Shell.StreamUtil.StreamWrapper

Inheritance: ServiceObject, IStream
ファイルを表示 Open project: netide/netide

Public Methods

Method 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

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Method Details

Close() public method

public Close ( ) : HResult
return HResult

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

Flush() public method

public Flush ( ) : HResult
return HResult

GetLength() public method

public GetLength ( long &length ) : HResult
length long
return HResult

GetPosition() public method

public GetPosition ( long &position ) : HResult
position long
return HResult

Read() public method

public Read ( int length, byte &buffer ) : HResult
length int
buffer byte
return HResult

SetLength() public method

public SetLength ( long length ) : HResult
length long
return HResult

SetPosition() public method

public SetPosition ( long position, SeekOrigin origin ) : HResult
position long
origin SeekOrigin
return HResult

StreamWrapper() public method

public StreamWrapper ( Stream stream, StreamInfo streamInfo ) : System
stream Stream
streamInfo StreamInfo
return System

Write() public method

public Write ( byte buffer ) : HResult
buffer byte
return HResult