https://issues.apache.org/bugzilla/show_bug.cgi?id=52690
Yegor Kozlov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |FIXED --- Comment #5 from Yegor Kozlov <[email protected]> 2012-02-26 09:03:41 UTC --- As of r1293784, POI provides Decryptor#getLength() that returns length of the decrypted data stream. The getLength() method must be called after Decryptor.getDataStream() where the length variable is initialized. An attempt to call getLength() prior to getDataStream() will result in IllegalStateException. Regards, Yegor -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
