C# 클래스 System.IO.ProxyStream

상속: Stream
파일 보기 프로젝트 열기: soywiz/NodeNetAsync 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
InternalPosition long
ParentStream Stream

보호된 프로퍼티들

프로퍼티 타입 설명
CloseParent bool

공개 메소드들

메소드 설명
Close ( ) : void
Flush ( ) : void
ProxyStream ( Stream ParentStream, bool CloseParent ) : System
Read ( byte buffer, int offset, int count ) : int
ReadAsync ( byte buffer, int offset, int count, System cancellationToken ) : Task
Seek ( long offset, SeekOrigin origin ) : long
SetLength ( long value ) : void
Write ( byte buffer, int offset, int count ) : void
WriteAsync ( byte buffer, int offset, int count, System cancellationToken ) : System.Threading.Tasks.Task

보호된 메소드들

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

메소드 상세

Close() 공개 메소드

public Close ( ) : void
리턴 void

Dispose() 보호된 메소드

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

Flush() 공개 메소드

public Flush ( ) : void
리턴 void

ProxyStream() 공개 메소드

public ProxyStream ( Stream ParentStream, bool CloseParent ) : System
ParentStream Stream
CloseParent bool
리턴 System

Read() 공개 메소드

public Read ( byte buffer, int offset, int count ) : int
buffer byte
offset int
count int
리턴 int

ReadAsync() 공개 메소드

public ReadAsync ( byte buffer, int offset, int count, System cancellationToken ) : Task
buffer byte
offset int
count int
cancellationToken System
리턴 Task

Seek() 공개 메소드

public Seek ( long offset, SeekOrigin origin ) : long
offset long
origin SeekOrigin
리턴 long

SetLength() 공개 메소드

public SetLength ( long value ) : void
value long
리턴 void

Write() 공개 메소드

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

WriteAsync() 공개 메소드

public WriteAsync ( byte buffer, int offset, int count, System cancellationToken ) : System.Threading.Tasks.Task
buffer byte
offset int
count int
cancellationToken System
리턴 System.Threading.Tasks.Task

프로퍼티 상세

CloseParent 보호되어 있는 프로퍼티

protected bool CloseParent
리턴 bool

InternalPosition 공개적으로 프로퍼티

public long InternalPosition
리턴 long

ParentStream 공개적으로 프로퍼티

public Stream ParentStream
리턴 Stream