ubc.cs.JLog.Foundation
Class jPrologFileServices
java.lang.Object
ubc.cs.JLog.Foundation.jPrologFileServices
- All Implemented Interfaces:
- iPrologFileServices
public class jPrologFileServices
- extends java.lang.Object
- implements iPrologFileServices
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
jPrologFileServices
public jPrologFileServices()
getTextFromInputStream_S
public static java.lang.String getTextFromInputStream_S(java.io.InputStream in_strm)
throws java.io.IOException
- Throws:
java.io.IOException
convertStringLinebreaks_S
public static java.lang.String convertStringLinebreaks_S(java.lang.String param)
getURLFromFilename_S
public static java.net.URL getURLFromFilename_S(java.lang.String name)
throws java.net.MalformedURLException,
java.io.IOException
- Throws:
java.net.MalformedURLException
java.io.IOException
getInputStreamFromFilename_S
public static java.io.InputStream getInputStreamFromFilename_S(java.lang.String name)
throws java.net.MalformedURLException,
java.io.IOException
- Throws:
java.net.MalformedURLException
java.io.IOException
getResourceURLFromFilename_S
public static java.net.URL getResourceURLFromFilename_S(java.lang.String name)
throws java.net.MalformedURLException,
java.io.IOException
- Throws:
java.net.MalformedURLException
java.io.IOException
getResourceInputStreamFromFilename_S
public static java.io.InputStream getResourceInputStreamFromFilename_S(java.lang.String name)
throws java.net.MalformedURLException,
java.io.IOException
- Throws:
java.net.MalformedURLException
java.io.IOException
getURLFromFilename
public java.net.URL getURLFromFilename(java.lang.String name)
throws java.net.MalformedURLException,
java.io.IOException
- Specified by:
getURLFromFilename
in interface iPrologFileServices
- Throws:
java.net.MalformedURLException
java.io.IOException
getInputStreamFromFilename
public java.io.InputStream getInputStreamFromFilename(java.lang.String name)
throws java.net.MalformedURLException,
java.io.IOException
- Specified by:
getInputStreamFromFilename
in interface iPrologFileServices
- Throws:
java.net.MalformedURLException
java.io.IOException
getResourceURLFromFilename
public java.net.URL getResourceURLFromFilename(java.lang.String name)
throws java.net.MalformedURLException,
java.io.IOException
- Specified by:
getResourceURLFromFilename
in interface iPrologFileServices
- Throws:
java.net.MalformedURLException
java.io.IOException
getResourceInputStreamFromFilename
public java.io.InputStream getResourceInputStreamFromFilename(java.lang.String name)
throws java.net.MalformedURLException,
java.io.IOException
- Specified by:
getResourceInputStreamFromFilename
in interface iPrologFileServices
- Throws:
java.net.MalformedURLException
java.io.IOException
getTextFromInputStream
public java.lang.String getTextFromInputStream(java.io.InputStream in_strm)
throws java.io.IOException
- Specified by:
getTextFromInputStream
in interface iPrologFileServices
- Throws:
java.io.IOException