Пример #1
0
 public virtual Int32 ReadInt32()
 {
     Read(i32buf, 0, 4);
     return(ExBitConverter.ToInt32(i32buf, 0, isLittleEndian));
 }