Use a fonte :
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
// $Id: copy.cc,v 1.7.2.1 2004/01/16 18:58:50 mdz Exp $
/* ######################################################################
Copy URI - This method takes a uri like a file: uri and copies it
to the destination file.
##################################################################### */
/*}}}*/
// Include Files /*{{{*/
Leitura adicional:
-
Interface do método APT: Especificação do capítulo 2
A documentação explica a termos, por exemplo,
The two internal methods,
copy
andgzip
, are used by the acquire code to parallize and simplify the automatic decompression of package files as well as copying package files around the file system. Both methods can be seen to act the same except that one decompresses on the fly. APT uses them by generating a copy URI that is formed identically to a file URI.