|
DODS 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.lutris.classloader.Resource | +--com.lutris.classloader.RemoteZipResource
A Resource
that is an entry in
a specified zip file on a remote machine. The zip file is represented by a
ClassPathEntry
, and the filename is specified by a String.
MultiClassLoader
,
ClassPathEntry
,
Resource
,
File
Field Summary |
Fields inherited from class com.lutris.classloader.Resource |
lastModifiedTime, location, logger, loggingEnabled, logLevel, name, size |
Method Summary | |
long |
getCurrentLastModifiedTime()
Get current last-modification time of resource. |
java.io.InputStream |
getInputStream()
Gets the specified resource as an input stream. |
Methods inherited from class com.lutris.classloader.Resource |
equals, getBytes, getLastModifiedTime, getLocation, getName, getSize, getTime, hasBeenModified, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in class Resource
InputStream
representing the specified resource.
an
- IOException
java.io.IOException
- if the input stream can not be constructed.public long getCurrentLastModifiedTime()
getCurrentLastModifiedTime
in class Resource
|
DODS 5.1 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |