| Method and Description |
|---|
| org.apache.avalon.cornerstone.blocks.masterstore.IOUtil.bufferedCopy(InputStream, OutputStream)
Buffering streams is actively harmful! See the class description as to why. Use
IOUtil.copy(InputStream, OutputStream) instead. |