All Packages Class Hierarchy This Package Previous Next Index
Class sun.beanbox.JarEntrySource
java.lang.Object
|
+----sun.beanbox.JarEntrySource
- public class JarEntrySource
- extends Object
-
JarEntrySource(File)
-
-
JarEntrySource(String)
-
-
JarEntrySource(String, File)
-
-
JarEntrySource(String, InputStream)
-
-
getInputStream()
-
-
getLength()
-
-
getName()
-
-
getTime()
-
-
isMarkOnly()
- Accessors
JarEntrySource
public JarEntrySource(File file)
JarEntrySource
public JarEntrySource(String name,
File file)
JarEntrySource
public JarEntrySource(String name,
InputStream is)
JarEntrySource
public JarEntrySource(String name)
isMarkOnly
public boolean isMarkOnly()
- Accessors
getTime
public long getTime()
getLength
public long getLength()
getName
public String getName()
getInputStream
public InputStream getInputStream()
All Packages Class Hierarchy This Package Previous Next Index