com.github.libxjava.util
Class PropertyUtil

java.lang.Object
  extended by com.github.libxjava.util.PropertyUtil

public final class PropertyUtil
extends Object

Version:
libxjava-jse5 - 0.2
Author:
Marcel Patzlaff

Method Summary
static Hashtable load(InputStream input)
           
static void loadInto(Hashtable properties, InputStream input)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

load

public static Hashtable load(InputStream input)
                      throws IOException
Throws:
IOException

loadInto

public static void loadInto(Hashtable properties,
                            InputStream input)
                     throws IOException
Throws:
IOException


Copyright © 2010 Marcel Patzlaff. All Rights Reserved.