Re: [compress] Debugflag in Tar classes

2009-04-11 Thread sebb
On 09/04/2009, Stefan Bodewig wrote: > On 2009-04-09, Christian Grobmeier wrote: > > > Sine I really don't like those System.err.println stuff I would like > > to remove it from the classes including the debug flag. > > > +1 > +1 > > Stefan > > >

Re: [compress] Debugflag in Tar classes

2009-04-09 Thread Stefan Bodewig
On 2009-04-09, Christian Grobmeier wrote: > Sine I really don't like those System.err.println stuff I would like > to remove it from the classes including the debug flag. +1 Stefan - To unsubscribe, e-mail: dev-unsubscr...@com

[compress] Debugflag in Tar classes

2009-04-09 Thread Christian Grobmeier
Hi, TarArchiveOutputStream, TarArchiveInputStream and TarBuffer contain a variable named "debug". In the first class it does nothing. If it is set in TarBuffer the flag produces some weird output on System.err. Like this: if (numBytes != blockSize) { if (debug) {