Commit 60e021b
Added override for bulk-read variant of InputStream.read() in anonymous
inner class created by Dockerfile.ScannedResult.buildDockerFolderTar().
This fixes an IO performance issue that occurs when only the single-byte
variant of the read() method on InputStream is overriden.1 parent 45aa177 commit 60e021b
1 file changed
Lines changed: 5 additions & 0 deletions
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
142 | 142 | | |
143 | 143 | | |
144 | 144 | | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
145 | 150 | | |
146 | 151 | | |
147 | 152 | | |
| |||
0 commit comments