C# 클래스 Squared.Task.Http.AsyncDataAdapterShim

상속: IAsyncDataSource, IAsyncDataWriter, IDisposable
파일 보기 프로젝트 열기: sq/Fracture 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Source IAsyncDataSource
Writer IAsyncDataWriter

공개 메소드들

메소드 설명
AsyncDataAdapterShim ( IAsyncDataSource source, IAsyncDataWriter writer ) : System
Read ( byte buffer, int offset, int count ) : Future
Write ( byte buffer, int offset, int count ) : SignalFuture

비공개 메소드들

메소드 설명
IDisposable ( ) : void

메소드 상세

AsyncDataAdapterShim() 공개 메소드

public AsyncDataAdapterShim ( IAsyncDataSource source, IAsyncDataWriter writer ) : System
source IAsyncDataSource
writer IAsyncDataWriter
리턴 System

Read() 공개 메소드

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

Write() 공개 메소드

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

프로퍼티 상세

Source 공개적으로 프로퍼티

public IAsyncDataSource Source
리턴 IAsyncDataSource

Writer 공개적으로 프로퍼티

public IAsyncDataWriter Writer
리턴 IAsyncDataWriter