Class Util

java.lang.Object
org.xhtmlrenderer.util.Util
Direct Known Subclasses:
Uu

public class Util extends Object
Description of the Class
Author:
empty
  • Constructor Details

    • Util

      public Util(PrintWriter writer)
      Constructor for the Util object
      Parameters:
      writer - PARAM
    • Util

      public Util(OutputStream out)
      Constructor for the Util object
      Parameters:
      out - PARAM
  • Method Details

    • print

      public void print(Object o)
      Description of the Method
      Parameters:
      o - PARAM
    • println

      public void println(Object o)
      Description of the Method
      Parameters:
      o - PARAM
    • println

      public void println(Object o, boolean line)
      Description of the Method
      Parameters:
      o - PARAM
      line - PARAM
    • printUnixtime

      public void printUnixtime(long sec)
      Description of the Method
      Parameters:
      sec - PARAM
    • setOn

      public void setOn(boolean on)
      Sets the on attribute of the Util object
      Parameters:
      on - The new on value
    • setPrintWriter

      public void setPrintWriter(PrintWriter writer)
      Sets the printWriter attribute of the Util object
      Parameters:
      writer - The new printWriter value
    • file_to_string

      public static String file_to_string(String filename) throws FileNotFoundException, IOException
      Description of the Method
      Parameters:
      filename - PARAM
      Returns:
      Returns
      Throws:
      FileNotFoundException - Throws
      IOException - Throws
    • string_to_file

      public static void string_to_file(String text, File file) throws IOException
      Description of the Method
      Parameters:
      text - PARAM
      file - PARAM
      Throws:
      IOException - Throws
    • string_to_int

      public static int string_to_int(String str)
      Description of the Method
      Parameters:
      str - PARAM
      Returns:
      Returns
    • stack_to_string

      public static String stack_to_string(Exception e)
      Description of the Method
      Parameters:
      e - PARAM
      Returns:
      Returns
    • stack_to_string

      public static String stack_to_string(Throwable e)
      Description of the Method
      Parameters:
      e - PARAM
      Returns:
      Returns
    • inputstream_to_string

      public static String inputstream_to_string(InputStream in) throws IOException
      Description of the Method
      Parameters:
      in - PARAM
      Returns:
      Returns
      Throws:
      IOException - Throws
    • file_to_string

      public static String file_to_string(File file) throws FileNotFoundException, IOException
      Description of the Method
      Parameters:
      file - PARAM
      Returns:
      Returns
      Throws:
      FileNotFoundException - Throws
      IOException - Throws
    • replace

      public static String replace(String source, String target, String replacement)
      Description of the Method
      Parameters:
      source - PARAM
      target - PARAM
      replacement - PARAM
      Returns:
      Returns
    • vector_to_strings

      public static String[] vector_to_strings(Vector v)
      Description of the Method
      Parameters:
      v - PARAM
      Returns:
      Returns
    • list_to_strings

      public static String[] list_to_strings(List l)
      Description of the Method
      Parameters:
      l - PARAM
      Returns:
      Returns
    • toList

      public static List toList(Object[] array)
      Description of the Method
      Parameters:
      array - PARAM
      Returns:
      Returns
    • to_list

      public static List to_list(Object[] array)
      Description of the Method
      Parameters:
      array - PARAM
      Returns:
      Returns
    • sleep

      public static void sleep(long msec)
      Description of the Method
      Parameters:
      msec - PARAM
    • center

      public static void center(JFrame frame)
      Description of the Method
      Parameters:
      frame - PARAM
    • center

      public static void center(JDialog frame)
      Description of the Method
      Parameters:
      frame - PARAM
    • isNumber

      public static boolean isNumber(String str)
      Gets the number attribute of the Util class
      Parameters:
      str - PARAM
      Returns:
      The number value