|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectau.org.ala.names.util.FileUtils
public class FileUtils
Some Generic file utilities.
| Constructor Summary | |
|---|---|
FileUtils()
|
|
| Method Summary | |
|---|---|
static org.apache.commons.io.LineIterator |
getLineIterator(java.io.InputStream source,
java.lang.String encoding)
|
static java.util.Set<java.lang.String> |
streamToSet(java.io.InputStream source,
java.util.Set<java.lang.String> resultSet,
boolean toLowerCase)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FileUtils()
| Method Detail |
|---|
public static java.util.Set<java.lang.String> streamToSet(java.io.InputStream source,
java.util.Set<java.lang.String> resultSet,
boolean toLowerCase)
throws java.io.IOException
java.io.IOException
public static org.apache.commons.io.LineIterator getLineIterator(java.io.InputStream source,
java.lang.String encoding)
source - the source input streamencoding - the encoding used by the input stream
java.io.UnsupportedEncodingException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||