Package com.google.gerrit.common
Class IoUtil
- java.lang.Object
- 
- com.google.gerrit.common.IoUtil
 
- 
 @GwtIncompatible("Unemulated methods in Class and OutputStream") public final class IoUtil extends Object
- 
- 
Method SummaryAll Methods Static Methods Concrete Methods Modifier and Type Method Description static voidcopyWithThread(InputStream src, OutputStream dst)static voidloadJARs(Path jar)static voidloadJARs(Collection<Path> jars)
 
- 
- 
- 
Method Detail- 
copyWithThreadpublic static void copyWithThread(InputStream src, OutputStream dst) 
 - 
loadJARspublic static void loadJARs(Collection<Path> jars) 
 - 
loadJARspublic static void loadJARs(Path jar) 
 
- 
 
-