-/*
- * Created on 06.09.2003
- *
- */
package net.sourceforge.phpdt.internal.ui.util;
import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;
-/**
- * @author khartlage
- * */
public class StreamUtil {
public static void transferStreams(InputStream source, OutputStream destination) throws IOException {
try {
}
}
}
-}
+}
\ No newline at end of file