Exemple #1
0
 public void PutBool(bool value, byte length, Endian endian)
 {
     WriteBytes(BufferIO.BoolToBytes(value, length, endian));
 }