]> source.dussan.org Git - poi.git/commit
replace List<Byte> with ByteArrayOutputStream to avoid boxing/unboxing and repeated...
authorAxel Howind <axh@apache.org>
Thu, 22 Feb 2024 20:48:04 +0000 (20:48 +0000)
committerAxel Howind <axh@apache.org>
Thu, 22 Feb 2024 20:48:04 +0000 (20:48 +0000)
commit17c6a1ec509ad6bae26145d42c842035ac665c59
tree453d4938cce5d718d9dee733db5b1ae4f9b37a1a
parente5e22bb1f2226b6396750e2bbc3f367bf1dc4478
replace List<Byte> with ByteArrayOutputStream to avoid boxing/unboxing and repeated copying of data

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1915958 13f79535-47bb-0310-9956-ffa450edef68
poi/src/main/java/org/apache/poi/util/HexRead.java