https://bz.apache.org/bugzilla/show_bug.cgi?id=69163
Bug ID: 69163
Summary: POITextExtractor appendText new feature
Product: POI
Version: 5.2.3-FINAL
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P2
Component: POI Overall
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Can you change the POITextExtractor to add a void appendText(Appendable text)
method. This would work in exactly the same way as getText, but instead of
creating a StringBuilder it would write it out to the Appendable.
This would result in reduced memory footprint.
In theory getText could delegate to appendText as StringBuilder implements
Appendable.
--
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]