Class EndOfCentralDir
java.lang.Object
com.pnfsoftware.jeb.util.encoding.zip.fsr.EndOfCentralDir
Representation of the end of central directory of a Zip file. At least 22 bytes.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic EndOfCentralDir
parse
(SeekableByteChannel channel, int base) toString()
-
Constructor Details
-
EndOfCentralDir
public EndOfCentralDir()
-
-
Method Details
-
parse
- Throws:
IOException
-
toString
-