ubc.cs.JLog.Foundation
Interface iPrologFileServices
- All Known Implementing Classes:
- jPrologFileServices
public interface iPrologFileServices
getURLFromFilename
URL getURLFromFilename(String name)
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
getInputStreamFromFilename
InputStream getInputStreamFromFilename(String name)
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
getResourceURLFromFilename
URL getResourceURLFromFilename(String name)
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
getResourceInputStreamFromFilename
InputStream getResourceInputStreamFromFilename(String name)
throws MalformedURLException,
IOException
- Throws:
MalformedURLException
IOException
getTextFromInputStream
String getTextFromInputStream(InputStream in_strm)
throws IOException
- Throws:
IOException
Copyright © 2011. All Rights Reserved.