dbutils
Class MyIo

java.lang.Object
  |
  +--dbutils.MyIo

public class MyIo
extends java.lang.Object

Häufig verwendete IO-Funktionen ohne "Standard-"Ballast.


Constructor Summary
MyIo()
           
 
Method Summary
static java.lang.Object readObject(java.lang.String path)
           
static java.util.Properties readProperties(java.lang.String fileName)
           
static void writeObject(java.lang.Object o, java.lang.String path)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyIo

public MyIo()
Method Detail

writeObject

public static void writeObject(java.lang.Object o,
                               java.lang.String path)
                        throws java.io.FileNotFoundException,
                               java.io.IOException
java.io.FileNotFoundException
java.io.IOException

readObject

public static java.lang.Object readObject(java.lang.String path)
                                   throws java.io.FileNotFoundException,
                                          java.io.IOException,
                                          java.lang.ClassNotFoundException
java.io.FileNotFoundException
java.io.IOException
java.lang.ClassNotFoundException

readProperties

public static java.util.Properties readProperties(java.lang.String fileName)
                                           throws java.io.FileNotFoundException,
                                                  java.io.IOException
java.io.FileNotFoundException
java.io.IOException