C# 클래스 Rsdn.Janus.Framework.Networking.ResourceReader

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

공개 메소드들

메소드 설명
Read ( IntPtr pv, int count, int &bytesRead ) : bool
Reset ( ) : void
ResourceReader ( byte bytes ) : System
ResourceReader ( byte bytes, int startPosition ) : System

메소드 상세

Read() 공개 메소드

public Read ( IntPtr pv, int count, int &bytesRead ) : bool
pv System.IntPtr
count int
bytesRead int
리턴 bool

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

ResourceReader() 공개 메소드

public ResourceReader ( byte bytes ) : System
bytes byte
리턴 System

ResourceReader() 공개 메소드

public ResourceReader ( byte bytes, int startPosition ) : System
bytes byte
startPosition int
리턴 System