Class ZipEntry
java.lang.Object
com.pnfsoftware.jeb.util.encoding.zip.fsr.ZipEntry
Representation of a Zip entry.
-
Method Summary
Modifier and TypeMethodDescriptionintintintgetCrc()getFilename(Charset charset) intintbooleanbooleanbooleantoString()
-
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
-