[Dcmlib] seekg, tellg

Jean-Pierre Roux jpr at creatis.insa-lyon.fr
Tue Jan 11 09:18:31 CET 2005


Bonjour.

Il y a dans le constructeur Document::Document( std::string const 
&filename ) : ElementSet(-1)
les lignes suivantes :

   Fp->seekg( 0,  std::ios::beg); 
   Fp->seekg(0,  std::ios::end);
   long lgt = Fp->tellg();

Cela signifie-t-il que pour se poisitionner correctement à la fin du 
fichier, il faut d'abord s'etre positionne au debut,
ou bien est-ce une ligne qui reste d'un truc precedent?
Thx

JPRx



More information about the Dcmlib mailing list