while(is->peek()==' ')is->get(); // skip white spaces
if(isprint(is->peek())){ // old format did not have path.
*is >> j; // string length
while(is->peek()==' ')is->get(); // skip white spaces
if(isprint(is->peek())){ // old format did not have path.
*is >> j; // string length