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
>
>
>
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
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) {