ubc.cs.JLog.Foundation
Interface iPrologFileServices

All Known Implementing Classes:
jPrologFileServices

public interface iPrologFileServices


Method Summary
 InputStream getInputStreamFromFilename(String name)
           
 InputStream getResourceInputStreamFromFilename(String name)
           
 URL getResourceURLFromFilename(String name)
           
 String getTextFromInputStream(InputStream in_strm)
           
 URL getURLFromFilename(String name)
           
 

Method Detail

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.