ch.sahits.io
Class IOUtil

java.lang.Object
  extended by ch.sahits.io.IOUtil

public class IOUtil
extends java.lang.Object

This class encapsuled different mehtods conserning the in and output of data (c) by Sahits.ch 2007

Version:
1.0
Author:
Andi

Constructor Summary
IOUtil()
           
 
Method Summary
static java.lang.String getBaseDir()
          Get the base directory of the installation
static java.lang.String getImageDir()
          Get the path to the image file directory Application-Root/image
static java.lang.String getTempDir()
          Get the path to the temporary file directory Application-Root/temp
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IOUtil

public IOUtil()
Method Detail

getTempDir

public static java.lang.String getTempDir()
Get the path to the temporary file directory Application-Root/temp

Returns:
temp file directory

getBaseDir

public static java.lang.String getBaseDir()
Get the base directory of the installation

Returns:

getImageDir

public static java.lang.String getImageDir()
Get the path to the image file directory Application-Root/image

Returns:
image file directory