Ok, thanks, should I file a bug, or is it expected behaviour in some
circumstances?
BTW, I used build fastdebug-b84 that time.
-Ulf
Am 17.08.2010 19:08, schrieb Xueming Shen:
It's from the native zlib during tree building.
On 8/17/2010 09:11, Ulf Zibis wrote:
No feedback since long.
Nobod
It's from the native zlib during tree building.
On 8/17/2010 09:11, Ulf Zibis wrote:
No feedback since long.
Nobody knows about this particular error message and it's possible
cause ?
-Ulf
Am 04.07.2010 19:11, schrieb Ulf Zibis:
Hi,
writing data to a zip file returns following 2 error l
No feedback since long.
Nobody knows about this particular error message and it's possible cause ?
-Ulf
Am 04.07.2010 19:11, schrieb Ulf Zibis:
Hi,
writing data to a zip file returns following 2 error lines:
bit length overflow
code 0 bits 6->7
I use:
DataOutputStream dos = new DataOutput
Hi,
writing data to a zip file returns following 2 error lines:
bit length overflow
code 0 bits 6->7
I use:
DataOutputStream dos = new DataOutputStream(new
DeflaterOutputStream(new FileOutputStream(outFilePathName)));
Is there any idea, where this comes from?
The class to run:
https://jav