Bug 58193 - Use input stream rather than byte array for checksum etc.
Summary: Use input stream rather than byte array for checksum etc.
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: XSLF (show other bugs)
Version: 3.13-dev
Hardware: PC Linux
: P2 enhancement (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-30 10:37 UTC by mark.o
Modified: 2015-08-01 20:10 UTC (History)
0 users



Attachments
patch with proposed changes (5.28 KB, patch)
2015-07-30 10:40 UTC, mark.o
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description mark.o 2015-07-30 10:37:45 UTC
Minor optimization to avoid allocating an array where an inputstream would also work.
Comment 1 mark.o 2015-07-30 10:40:28 UTC
Created attachment 32945 [details]
patch with proposed changes
Comment 2 Andreas Beeker 2015-08-01 20:10:24 UTC
Thank you for the patch - applied with r1693754