tobiasschulz / tar-cs

Automatically exported from code.google.com/p/tar-cs
Other
0 stars 0 forks source link

Writer only works with smaller ASCII filer not larger binary files #4

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
FileStream fStream = File.OpenWrite("TarArchive.tar");
tar_cs.TarWriter TAR = new tar_cs.TarWriter(fStream);
FileStream fStream2 = File.OpenRead("UserImages.bmp");
TAR.Write(fStream2);
TAR.Close();

What is the expected output? What do you see instead?

A working TAR archive is expected.
A broken TAR archive is produced (tried opening it with 7Zip as an 
example). 

When using a small XML or textfile a working TAR archive is produced.

What version of the product are you using? On what operating system?

0.92 on Windows XP

Original issue reported on code.google.com by andersna...@gmail.com on 20 Apr 2009 at 1:33

Attachments:

GoogleCodeExporter commented 9 years ago
I'm having ther same kind of issue, when trying to create big Tar.gz file with 
compression on (over 250mb once compressed, it's not creating a working file...)

Original comment by npaye...@gmail.com on 20 May 2009 at 5:27

GoogleCodeExporter commented 9 years ago
Try latest version from SVN.

Original comment by vasilt...@gmail.com on 17 Nov 2009 at 6:36

GoogleCodeExporter commented 9 years ago

Original comment by vasilt...@gmail.com on 17 Jun 2011 at 8:35