other
Class Util

java.lang.Object
  extended by other.Util

public class Util
extends Object


Constructor Summary
Util()
           
 
Method Summary
static void main(String[] args)
           
static String merge(Iterator<String> i)
           
static void saveStringToFile(String s, String pathName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Util

public Util()
Method Detail

saveStringToFile

public static void saveStringToFile(String s,
                                    String pathName)
                             throws IOException
Throws:
IOException

merge

public static String merge(Iterator<String> i)

main

public static void main(String[] args)