edu.umd.cs.findbugs.classfile.impl

Class ZipFileCodeBaseEntry

public class ZipFileCodeBaseEntry extends AbstractScannableCodeBaseEntry implements ICodeBaseEntry

Implementation of ICodeBaseEntry for resources in zipfile codebases.

Author: David Hovemeyer

Constructor Summary
ZipFileCodeBaseEntry(ZipFileCodeBase codeBase, ZipEntry zipEntry)
Method Summary
ClassDescriptorgetClassDescriptor()
intgetNumBytes()
InputStreamopenResource()

Constructor Detail

ZipFileCodeBaseEntry

public ZipFileCodeBaseEntry(ZipFileCodeBase codeBase, ZipEntry zipEntry)

Method Detail

getClassDescriptor

public ClassDescriptor getClassDescriptor()

getNumBytes

public int getNumBytes()

openResource

public InputStream openResource()
FindBugs™ is licenced under the LGPL. Copyright © 2006 University of Maryland.