net.sf.myjaut
Class URLProvider

java.lang.Object
  extended by net.sf.myjaut.URLProvider

public class URLProvider
extends java.lang.Object


Constructor Summary
URLProvider(java.lang.String file)
           
URLProvider(java.lang.String file, java.lang.String optionalDir)
           
 
Method Summary
 java.io.BufferedReader getBufferedReader()
           
 javax.swing.Icon getIcon(java.lang.String file)
           
 java.awt.Image getImage()
           
 java.awt.Image getImage(java.lang.String file)
           
 java.io.InputStream getStream()
           
 java.net.URL getURL()
           
 java.net.URL getURL(java.lang.String file)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

URLProvider

public URLProvider(java.lang.String file)

URLProvider

public URLProvider(java.lang.String file,
                   java.lang.String optionalDir)
Method Detail

getBufferedReader

public java.io.BufferedReader getBufferedReader()
                                         throws java.io.IOException
Throws:
java.io.IOException

getStream

public java.io.InputStream getStream()
                              throws java.io.IOException
Throws:
java.io.IOException

getIcon

public javax.swing.Icon getIcon(java.lang.String file)
                         throws java.io.IOException
Throws:
java.io.IOException

getImage

public java.awt.Image getImage(java.lang.String file)
                        throws java.io.IOException
Throws:
java.io.IOException

getURL

public java.net.URL getURL()
                    throws java.io.IOException
Throws:
java.io.IOException

getURL

public java.net.URL getURL(java.lang.String file)
                    throws java.io.IOException
Throws:
java.io.IOException

getImage

public java.awt.Image getImage()
                        throws java.io.IOException
Throws:
java.io.IOException


This code documentation is disclosed as part of Kagiru Sudoku. It is licensed under the GNU General Public License (GPL) and comes with NO WARRANTY. See file license.txt for more info.