protected void WriteRawBinary(SubStream outstream, byte[] data) { outstream.WriteInt32(data.Length); outstream.WriteBytes(data.Length, data); }