C# 클래스 Squared.Task.IO.IOExtensionMethods

파일 보기 프로젝트 열기: sq/Fracture

공개 메소드들

메소드 설명
AsyncRead ( this stream, byte buffer, int offset, int count ) : Future
AsyncWrite ( this stream, byte buffer, int offset, int count ) : SignalFuture

메소드 상세

AsyncRead() 공개 정적인 메소드

public static AsyncRead ( this stream, byte buffer, int offset, int count ) : Future
stream this
buffer byte
offset int
count int
리턴 Future

AsyncWrite() 공개 정적인 메소드

public static AsyncWrite ( this stream, byte buffer, int offset, int count ) : SignalFuture
stream this
buffer byte
offset int
count int
리턴 SignalFuture