All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class gnu.bytecode.ZipMember

java.lang.Object
   |
   +----gnu.bytecode.ZipMember

public class ZipMember
extends Object
Information about one member of a ZipArchive.


Constructor Index

 o ZipMember()

Method Index

 o getData(ZipArchive)
 o print(PrintStream)
 o strName()

Constructors

 o ZipMember
 public ZipMember()

Methods

 o print
 public void print(PrintStream ps)
 o strName
 public String strName()
 o getData
 public byte[] getData(ZipArchive archive) throws IOException

All Packages  Class Hierarchy  This Package  Previous  Next  Index