public class

ZipEntry

extends Object
java.lang.Object
   ↳ com.pnfsoftware.jeb.util.encoding.zip.fsr.ZipEntry

Class Overview

Representation of a Zip entry.

Summary

Public Methods
int getCompressedSize()
int getCompressionMethod()
int getCrc()
String getFilename(Charset charset)
String getFilenameUTF8()
int getFilesize()
int getOffsetToData()
boolean isDirectory()
boolean isEncrypted()
boolean isHeaderCorrupted()
String toString()
[Expand]
Inherited Methods
From class java.lang.Object

Public Methods

public int getCompressedSize ()

public int getCompressionMethod ()

public int getCrc ()

public String getFilename (Charset charset)

public String getFilenameUTF8 ()

public int getFilesize ()

public int getOffsetToData ()

public boolean isDirectory ()

public boolean isEncrypted ()

public boolean isHeaderCorrupted ()

public String toString ()