C# 클래스 Moxiecode.Com.BufferRegion

파일 보기 프로젝트 열기: openHPI/moodle-mod_teletask 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
buffer Buffer
end long
start long

공개 메소드들

메소드 설명
BufferRegion ( Buffer buffer, long start, long end = -1 ) : System
Read ( byte ba, int offset, int count ) : int
ReadToEnd ( byte ba ) : void
destroy ( ) : void

메소드 상세

BufferRegion() 공개 메소드

public BufferRegion ( Buffer buffer, long start, long end = -1 ) : System
buffer Buffer
start long
end long
리턴 System

Read() 공개 메소드

public Read ( byte ba, int offset, int count ) : int
ba byte
offset int
count int
리턴 int

ReadToEnd() 공개 메소드

public ReadToEnd ( byte ba ) : void
ba byte
리턴 void

destroy() 공개 메소드

public destroy ( ) : void
리턴 void

프로퍼티 상세

buffer 공개적으로 프로퍼티

public Buffer buffer
리턴 Buffer

end 공개적으로 프로퍼티

public long end
리턴 long

start 공개적으로 프로퍼티

public long start
리턴 long