C# 클래스 NetIde.Shell.StreamUtil.StreamWrapper

상속: ServiceObject, IStream
파일 보기 프로젝트 열기: netide/netide

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

메소드 상세

Close() 공개 메소드

public Close ( ) : HResult
리턴 HResult

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void

Flush() 공개 메소드

public Flush ( ) : HResult
리턴 HResult

GetLength() 공개 메소드

public GetLength ( long &length ) : HResult
length long
리턴 HResult

GetPosition() 공개 메소드

public GetPosition ( long &position ) : HResult
position long
리턴 HResult

Read() 공개 메소드

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

SetLength() 공개 메소드

public SetLength ( long length ) : HResult
length long
리턴 HResult

SetPosition() 공개 메소드

public SetPosition ( long position, SeekOrigin origin ) : HResult
position long
origin SeekOrigin
리턴 HResult

StreamWrapper() 공개 메소드

public StreamWrapper ( Stream stream, StreamInfo streamInfo ) : System
stream Stream
streamInfo StreamInfo
리턴 System

Write() 공개 메소드

public Write ( byte buffer ) : HResult
buffer byte
리턴 HResult