Exemplo n.º 1
0
 /// <exception cref="System.IO.IOException"></exception>
 internal virtual void CopyPackAsIs(PackOutputStream @out, bool validate, WindowCursor
                                    curs)
 {
     // Pin the first window, this ensures the length is accurate.
     curs.Pin(this, 0);
     curs.CopyPackAsIs(this, length, validate, @out);
 }