|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.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 Entryjava.io.IOExceptionpublic Entry getOrigin()
getOrigin in interface Entrypublic java.lang.String getName()
getName in interface Entrypublic long getSize()
getSize in interface Entrypublic long getTime()
getTime in interface Entrypublic boolean isClass()
isClass in interface Entrypublic boolean isDirectory()
isDirectory in interface Entry
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||