Save This Page
Home » hibernate-entity-src-20081106 » org.hibernate » ejb » packaging » [javadoc | source]
org.hibernate.ejb.packaging
public class: Entry [javadoc | source]
java.lang.Object
   org.hibernate.ejb.packaging.Entry
Represent a JAR entry Contains a name and an optional Input stream to the entry
Constructor:
 public Entry(String name,
    InputStream is) 
Method from org.hibernate.ejb.packaging.Entry Summary:
equals,   getInputStream,   getName,   hashCode
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.hibernate.ejb.packaging.Entry Detail:
 public boolean equals(Object o) 
 public InputStream getInputStream() 
 public String getName() 
 public int hashCode()