WriteBeUInt32() public static method

public static WriteBeUInt32 ( byte abImage, uint offset, uint dw ) : void
abImage byte
offset uint
dw uint
return void
Exemplo n.º 1
0
 public ImageWriter WriteBeUInt32(uint offset, uint ui)
 {
     MemoryArea.WriteBeUInt32(Bytes, offset, ui);
     return(this);
 }