C# 클래스 ALE.FileSystem.ReadAsyncCallbackState

파일 보기 프로젝트 열기: blesh/ALE 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Buffer byte[]
Callback Action
FileStream System.IO.FileStream
RemainingBytes long

공개 메소드들

메소드 설명
ReadAsyncCallbackState ( FileStream fs, byte buffer, Action callback ) : System

메소드 상세

ReadAsyncCallbackState() 공개 메소드

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

프로퍼티 상세

Buffer 공개적으로 프로퍼티

public byte[] Buffer
리턴 byte[]

Callback 공개적으로 프로퍼티

public Action Callback
리턴 Action

FileStream 공개적으로 프로퍼티

public FileStream,System.IO FileStream
리턴 System.IO.FileStream

RemainingBytes 공개적으로 프로퍼티

public long RemainingBytes
리턴 long