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