com.objectspace.voyager.loader
Interface IResourceLoader
- All Known Implementing Classes:
- ArchiveResourceLoader, URLResourceLoader
- public abstract interface IResourceLoader
IResourceLoader is the interface implemented by resource loaders.
- Version:
- 3.0
Method Summary |
java.io.InputStream |
getResourceAsStream(java.lang.String name)
Return an InputStream containing the bytes for the requested resource. |
java.lang.Object[] |
getSigners()
Return an array of signers for this ResourceLoader |
getResourceAsStream
public java.io.InputStream getResourceAsStream(java.lang.String name)
- Return an InputStream containing the bytes for the requested resource.
If the resource could not be found, return null.
- Parameters:
name
- The full filename of a particular resource.
getSigners
public java.lang.Object[] getSigners()
- Return an array of signers for this ResourceLoader
- Returns:
- Returns null if no signers are applicable.
(c) Copyright 1997-1999 ObjectSpace, Inc.
14850 Quorum Drive, Suite 500
Dallas, Texas 75240