biz.bbeans.util
Class BListLoader
java.lang.Object
biz.bbeans.util.BListLoader
- public class BListLoader
- extends Object
Utility to load a list from some input source.
Field Summary |
protected ArrayList |
l
List created by this loader. |
Constructor Summary |
BListLoader()
Create a new BListLoader. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
l
protected ArrayList l
- List created by this loader.
BListLoader
public BListLoader()
- Create a new BListLoader.
loadFromFile
public Collection loadFromFile(String inName)
throws IOException
- Load the list from the named file.
- Parameters:
inName
- File name.
- Returns:
- Loaded list.
- Throws:
IOException
- If I/O exception occurs.