Hello all I am using the Apache Jakarta Commons Compress library to untar .tar files. All works fine until I try to untar a file with the .tar extension but whose contents is not a well formed TAR file.
The problem is that nobody warns me about such an event and the program executes as nothing unusual has happend. Is there any way to see if a file with is a well formed TAR file ? regards cristi --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
