public void WriteByte(byte value)
 {
     streamData.WriteByte(value);
 }