com.ochafik.io
Class ReadText
java.lang.Object
com.ochafik.io.ReadText
public class ReadText
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ReadText
public ReadText()
readText
public static final String readText(Reader in)
throws IOException
- Throws:
IOException
readText
public static final String readText(File f)
writeProperties
public static final void writeProperties(Properties properties,
File file)
throws IOException
- Throws:
IOException
readProperties
public static final Properties readProperties(File file,
boolean failIfNotExists)
throws IOException
- Throws:
IOException
readText
public static final String readText(URL u)
throws IOException
- Throws:
IOException
readText
public static final String readText(InputStream in)
throws IOException
- Throws:
IOException
readLines
public static final List<String> readLines(String s)
throws IOException
- Throws:
IOException
readLines
public static final List<String> readLines(URL u)
throws IOException
- Throws:
IOException
readLines
public static final List<String> readLines(InputStream in)
throws IOException
- Throws:
IOException
readLines
public static final List<String> readLines(Reader r)
throws IOException
- Throws:
IOException
readLinesArray
public static final String[] readLinesArray(String s)
throws IOException
- Throws:
IOException
Copyright © 2009. All Rights Reserved.