Description
POI already uses commons-io instead of ByteArrayInputStream/ByteArrayOutputStream.
Advantages include:
- no synchronized blocks
- more efficient way to get an input stream from an output stream
Attachments
Issue Links
- links to
POI already uses commons-io instead of ByteArrayInputStream/ByteArrayOutputStream.
Advantages include: