All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sun.beanbox.JarEntrySource

java.lang.Object
   |
   +----sun.beanbox.JarEntrySource

public class JarEntrySource
extends Object

Constructor Index

 o JarEntrySource(File)
 o JarEntrySource(String)
 o JarEntrySource(String, File)
 o JarEntrySource(String, InputStream)

Method Index

 o getInputStream()
 o getLength()
 o getName()
 o getTime()
 o isMarkOnly()
Accessors

Constructors

 o JarEntrySource
 public JarEntrySource(File file)
 o JarEntrySource
 public JarEntrySource(String name,
                       File file)
 o JarEntrySource
 public JarEntrySource(String name,
                       InputStream is)
 o JarEntrySource
 public JarEntrySource(String name)

Methods

 o isMarkOnly
 public boolean isMarkOnly()
Accessors

 o getTime
 public long getTime()
 o getLength
 public long getLength()
 o getName
 public String getName()
 o getInputStream
 public InputStream getInputStream()

All Packages  Class Hierarchy  This Package  Previous  Next  Index