FileUtils.copyInputStreamToFile(resource,f); | FileUtils.copyInputStreamToFile(resourceUrl.openStream(),path.toFile()); | FileUtils.copyInputStreamToFile(resource,f) | FileUtils.copyInputStreamToFile(resource.openStream(),f.toFile()) | graylog2-server | c0f5b42ce9a8f1daa809ae5a19f4e478985f3677 | org.graylog.testing.graylognode.ResourceUtil | | | | - org.apache.commons.io.FileUtils
| | Uses | True |