C# 클래스 Netronics.Scheduling.Microthreading.IO.NioStream

파일 보기 프로젝트 열기: shlee322/Netronics

공개 메소드들

메소드 설명
NioRead ( this stream, byte buffer, int offset, int count ) : IYield
NioWrite ( this stream, byte buffer, int offset, int count ) : IYield

메소드 상세

NioRead() 공개 정적인 메소드

public static NioRead ( this stream, byte buffer, int offset, int count ) : IYield
stream this
buffer byte
offset int
count int
리턴 IYield

NioWrite() 공개 정적인 메소드

public static NioWrite ( this stream, byte buffer, int offset, int count ) : IYield
stream this
buffer byte
offset int
count int
리턴 IYield