Method | 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 |
Method | Description | |
---|---|---|
_insert ( byte segment, int idx, int size ) : void |
public BinaryReader ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public SEGMENT ( int idx = -1, int length = -1, byte segment = null ) : byte[] | ||
idx | int | |
length | int | |
segment | byte | |
return | byte[] |
public STRING ( long idx, int size ) : string | ||
idx | long | |
size | int | |
return | string |
public write ( int idx, int num, int size ) : void | ||
idx | int | |
num | int | |
size | int | |
return | void |