Class CentralDirFileHeader
java.lang.Object
com.pnfsoftware.jeb.util.encoding.zip.fsr.CentralDirFileHeader
Representation of the central directory header of a Zip file. At least 46 bytes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
static CentralDirFileHeader
parse
(SeekableByteChannel channel, int base) toString()
-
Constructor Details
-
CentralDirFileHeader
public CentralDirFileHeader()
-
-
Method Details
-
parse
- Throws:
IOException
-
getFilename
-
isEncrypted
public boolean isEncrypted() -
toString
-