|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.jour.processor.JarFileEntry
public class JarFileEntry
Constructor Summary | |
---|---|
JarFileEntry(java.util.jar.JarFile jarFile,
java.util.jar.JarEntry jarEntry)
|
Method Summary | |
---|---|
java.io.InputStream |
getInputStream()
|
java.lang.String |
getName()
|
Entry |
getOrigin()
|
long |
getSize()
|
long |
getTime()
|
boolean |
isClass()
|
boolean |
isDirectory()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JarFileEntry(java.util.jar.JarFile jarFile, java.util.jar.JarEntry jarEntry)
Method Detail |
---|
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface Entry
java.io.IOException
public Entry getOrigin()
getOrigin
in interface Entry
public java.lang.String getName()
getName
in interface Entry
public long getSize()
getSize
in interface Entry
public long getTime()
getTime
in interface Entry
public boolean isClass()
isClass
in interface Entry
public boolean isDirectory()
isDirectory
in interface Entry
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |