C# Class ALE.FileSystem.ReadAsyncCallbackState

Show file Open project: blesh/ALE Class Usage Examples

Public Properties

Property Type Description
Buffer byte[]
Callback Action
FileStream System.IO.FileStream
RemainingBytes long

Public Methods

Method Description
ReadAsyncCallbackState ( FileStream fs, byte buffer, Action callback ) : System

Method Details

ReadAsyncCallbackState() public method

public ReadAsyncCallbackState ( FileStream fs, byte buffer, Action callback ) : System
fs System.IO.FileStream
buffer byte
callback Action
return System

Property Details

Buffer public property

public byte[] Buffer
return byte[]

Callback public property

public Action Callback
return Action

FileStream public property

public FileStream,System.IO FileStream
return System.IO.FileStream

RemainingBytes public property

public long RemainingBytes
return long