net.incongru.wiseio
Class IOUtil

java.lang.Object
  extended by net.incongru.wiseio.IOUtil

public class IOUtil
extends java.lang.Object

A few simple utility methods using this package's API, thus also serving as examples.

Version:
$Revision: $ ($Author: $)
Author:
gjoseph

Constructor Summary
IOUtil()
           
 
Method Summary
static java.util.Properties loadProperties(java.io.InputStream in)
          Loads properties from an InputStream, closes it and returns.
 
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

loadProperties

public static java.util.Properties loadProperties(java.io.InputStream in)
                                           throws java.io.IOException
Loads properties from an InputStream, closes it and returns.

Throws:
java.io.IOException


Copyright © 2009. All Rights Reserved.