[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: File writing error in Cluster.saveShadow



Falko Braeutigam wrote:
> 
> ok, what about:
> 
>             int c = 0;
>             while ((c = in.read( chunk )) != -1) {
>                 out.write( chunk, 0, c );
>             }
> 
> ?

O.K.