C# Class Squared.Task.Http.AsyncDataAdapterShim

Inheritance: IAsyncDataSource, IAsyncDataWriter, IDisposable
Mostra file Open project: sq/Fracture Class Usage Examples

Public Properties

Property Type Description
Source IAsyncDataSource
Writer IAsyncDataWriter

Public Methods

Method Description
AsyncDataAdapterShim ( IAsyncDataSource source, IAsyncDataWriter writer ) : System
Read ( byte buffer, int offset, int count ) : Future
Write ( byte buffer, int offset, int count ) : SignalFuture

Private Methods

Method Description
IDisposable ( ) : void

Method Details

AsyncDataAdapterShim() public method

public AsyncDataAdapterShim ( IAsyncDataSource source, IAsyncDataWriter writer ) : System
source IAsyncDataSource
writer IAsyncDataWriter
return System

Read() public method

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

Write() public method

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

Property Details

Source public_oe property

public IAsyncDataSource Source
return IAsyncDataSource

Writer public_oe property

public IAsyncDataWriter Writer
return IAsyncDataWriter