org.onebusaway.utility
Class IOLibrary
java.lang.Object
org.onebusaway.utility.IOLibrary
public class IOLibrary
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
IOLibrary
public IOLibrary()
getPathAsBufferedReader
public static BufferedReader getPathAsBufferedReader(String path)
throws IOException
- Throws:
IOException
getPathAsReader
public static Reader getPathAsReader(String path)
throws IOException
- Throws:
IOException
getPathAsInputStream
public static InputStream getPathAsInputStream(String path)
throws IOException
- Throws:
IOException
getFileAsBufferedReader
public static BufferedReader getFileAsBufferedReader(File path)
throws IOException
- Throws:
IOException
getFileAsReader
public static Reader getFileAsReader(File path)
throws IOException
- Throws:
IOException
getFileAsInputStream
public static InputStream getFileAsInputStream(File path)
throws IOException
- Throws:
IOException
getFileAsOutputStream
public static OutputStream getFileAsOutputStream(File file)
throws IOException
- Throws:
IOException
getFileAsWriter
public static Writer getFileAsWriter(File file)
throws IOException
- Throws:
IOException
Copyright © 2012 OneBusAway. All Rights Reserved.