Asbjorn Grandt - 2010-04-14 15:28:10 -
In reply to message 1 from S M
I admit, the error message is not clear enough on this.
EPub will 'die' if the output buffer is initialized, unless you tell it not to by calling setIgnoreEmptyBuffer(true) in the latest version.
Using the output buffer when sending files is not recommended, it just adds yet another memory allocation.
I'll correct the setSplitSize function. Thanks for pointing it out.