Package net.thevpc.common.swing.util
package net.thevpc.common.swing.util
-
ClassDescriptionThis class provides encode/decode for RFC 2045 Base64 as defined by RFC 2045, N.ClassMap<V>Utility class for encrypting/decrypting files.DefaultMapper<K,
V> LRUMap<K,V> Created with IntelliJ IDEA.Mapper<K,V> ObjectHolder<T>Process process = Runtime.getRuntime().exec(new String[]{"/bin/java","-version"}, null, new File(".")); ProcessWatcher w = new ProcessWatcher(process, new ProcessWatcherHandler() { public void started(Process process) { System.out.println("Prcess started"); } public void stdout(Process process, String line) { System.out.println(line); } public void stderr(Process process, String line) { System.err.println(line); } public void ended(Process process, int value) { System.out.println("Process Shutdown.ValueFactory<T>