Class ZipEntry
java.lang.Object
com.pnfsoftware.jeb.util.encoding.zip.fsr.ZipEntry
Representation of a Zip entry.
-
Method Summary
Modifier and TypeMethodDescriptionint
int
int
getCrc()
getFilename
(Charset charset) int
int
boolean
boolean
boolean
toString()
-
Method Details
-
isHeaderCorrupted
public boolean isHeaderCorrupted() -
getFilenameUTF8
-
getFilename
-
getFilesize
public int getFilesize() -
getCompressedSize
public int getCompressedSize() -
isEncrypted
public boolean isEncrypted() -
getCompressionMethod
public int getCompressionMethod() -
getCrc
public int getCrc() -
isDirectory
public boolean isDirectory() -
getOffsetToData
public int getOffsetToData() -
toString
-