[friend]
Definition at line 430 of file FXStream.h.
00431 { 00432 if(8!=s.dev->readBlock((char *) &v,8)) s.int_throwPrematureEOF(); 00433 if(s.swap){fxendianswap(*(FXulong *)&v);} 00434 return s; 00435 }