- cleanup(String, Integer) - Static method in class org.cloudcoder.daemon.Util
-
Clean up the pid file and FIFO used by the given instance.
- closeQuietly(Closeable) - Static method in class org.cloudcoder.daemon.IOUtil
-
Close a Closeable object, ignoring any
IOException that might be thrown.
- copy(InputStream, OutputStream) - Static method in class org.cloudcoder.daemon.IOUtil
-
Copy as much data as possible from given input stream to given output stream.
- copy(InputStream, OutputStream, int, Runnable) - Static method in class org.cloudcoder.daemon.IOUtil
-
Copy as much data as possible from given input stream to given output stream,
invoking a callback periodically (which could drive a progress bar or
other indication of progress.)
- copy(Reader, Writer) - Static method in class org.cloudcoder.daemon.IOUtil
-
Copy as much data as possible from given reader to given writer.