C# 클래스 Moxiecode.MXI.BinaryReader

파일 보기 프로젝트 열기: openHPI/moodle-mod_teletask

공개 메소드들

메소드 설명
BYTE ( long idx ) : int
BinaryReader ( Stream stream ) : System
LONG ( long idx ) : long
SEGMENT ( int idx = -1, int length = -1, byte segment = null ) : byte[]
SHORT ( long idx ) : int
SLONG ( long idx ) : long
STRING ( long idx, int size ) : string
clear ( ) : void
read ( long idx, int size ) : long
write ( int idx, int num, int size ) : void

비공개 메소드들

메소드 설명
_insert ( byte segment, int idx, int size ) : void

메소드 상세

BYTE() 공개 메소드

public BYTE ( long idx ) : int
idx long
리턴 int

BinaryReader() 공개 메소드

public BinaryReader ( Stream stream ) : System
stream Stream
리턴 System

LONG() 공개 메소드

public LONG ( long idx ) : long
idx long
리턴 long

SEGMENT() 공개 메소드

public SEGMENT ( int idx = -1, int length = -1, byte segment = null ) : byte[]
idx int
length int
segment byte
리턴 byte[]

SHORT() 공개 메소드

public SHORT ( long idx ) : int
idx long
리턴 int

SLONG() 공개 메소드

public SLONG ( long idx ) : long
idx long
리턴 long

STRING() 공개 메소드

public STRING ( long idx, int size ) : string
idx long
size int
리턴 string

clear() 공개 메소드

public clear ( ) : void
리턴 void

read() 공개 메소드

public read ( long idx, int size ) : long
idx long
size int
리턴 long

write() 공개 메소드

public write ( int idx, int num, int size ) : void
idx int
num int
size int
리턴 void