Uses of Class
org.apache.commons.compress.archivers.sevenz.StartHeader
-
Packages that use StartHeader Package Description org.apache.commons.compress.archivers.sevenz Provides classes for reading and writing archives using the 7z format. -
-
Uses of StartHeader in org.apache.commons.compress.archivers.sevenz
Methods in org.apache.commons.compress.archivers.sevenz that return StartHeader Modifier and Type Method Description private StartHeader
SevenZFile. readStartHeader(long startHeaderCrc)
Methods in org.apache.commons.compress.archivers.sevenz with parameters of type StartHeader Modifier and Type Method Description private Archive
SevenZFile. initializeArchive(StartHeader startHeader, byte[] password, boolean verifyCrc)
-