C# Class Moxiecode.MXI.BinaryReader

Afficher le fichier Open project: openHPI/moodle-mod_teletask

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
_insert ( byte segment, int idx, int size ) : void

Method Details

BYTE() public méthode

public BYTE ( long idx ) : int
idx long
Résultat int

BinaryReader() public méthode

public BinaryReader ( Stream stream ) : System
stream Stream
Résultat System

LONG() public méthode

public LONG ( long idx ) : long
idx long
Résultat long

SEGMENT() public méthode

public SEGMENT ( int idx = -1, int length = -1, byte segment = null ) : byte[]
idx int
length int
segment byte
Résultat byte[]

SHORT() public méthode

public SHORT ( long idx ) : int
idx long
Résultat int

SLONG() public méthode

public SLONG ( long idx ) : long
idx long
Résultat long

STRING() public méthode

public STRING ( long idx, int size ) : string
idx long
size int
Résultat string

clear() public méthode

public clear ( ) : void
Résultat void

read() public méthode

public read ( long idx, int size ) : long
idx long
size int
Résultat long

write() public méthode

public write ( int idx, int num, int size ) : void
idx int
num int
size int
Résultat void