Package kilim.analysis
Class JarIterator.JEntry
- java.lang.Object
-
- kilim.analysis.FileLister.Entry
-
- kilim.analysis.JarIterator.JEntry
-
- Enclosing class:
- JarIterator
private class JarIterator.JEntry extends FileLister.Entry
-
-
Field Summary
Fields Modifier and Type Field Description private java.util.jar.JarEntryjarEntry
-
Constructor Summary
Constructors Constructor Description JEntry(java.util.jar.JarEntry j)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetFileName()java.io.InputStreamgetInputStream()longgetSize()-
Methods inherited from class kilim.analysis.FileLister.Entry
check
-
-
-
-
Method Detail
-
getFileName
public java.lang.String getFileName()
- Specified by:
getFileNamein classFileLister.Entry
-
getInputStream
public java.io.InputStream getInputStream() throws java.io.IOException- Specified by:
getInputStreamin classFileLister.Entry- Throws:
java.io.IOException
-
getSize
public long getSize()
- Specified by:
getSizein classFileLister.Entry
-
-