public void Finish() { if (!_finished) { _finished = true; if (_aes) { byte[] b = Cipher.DoFinal(); Outc.Write(b, 0, b.Length); } } }