au.id.jericho.lib.html
Class Util

java.lang.Object
  extended byau.id.jericho.lib.html.Util

public final class Util
extends java.lang.Object

This class contains miscellaneous utility methods not directly associated with the HTML Parser library.


Method Summary
static java.lang.String getString(java.io.Reader reader)
           
static void outputCSVLine(java.io.Writer writer, java.lang.String[] values)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getString

public static java.lang.String getString(java.io.Reader reader)
                                  throws java.io.IOException
Throws:
java.io.IOException

outputCSVLine

public static void outputCSVLine(java.io.Writer writer,
                                 java.lang.String[] values)
                          throws java.io.IOException
Throws:
java.io.IOException