|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.lingala.zip4j.core.HeaderReader
public class HeaderReader
Helper class to read header information for the zip file
| Constructor Summary | |
|---|---|
HeaderReader(RandomAccessFile zip4jRaf)
Creates a new HeaderReader object with the given input stream |
|
| Method Summary | |
|---|---|
ZipModel |
readAllHeaders()
Reads all the header information for the zip file. |
ZipModel |
readAllHeaders(String fileNameCharset)
Reads all the header information for the zip file. |
LocalFileHeader |
readLocalFileHeader(FileHeader fileHeader)
Reads local file header for the given file header |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public HeaderReader(RandomAccessFile zip4jRaf)
zip4jRaf - | Method Detail |
|---|
public ZipModel readAllHeaders()
throws ZipException
ZipModel
ZipException
public ZipModel readAllHeaders(String fileNameCharset)
throws ZipException
ZipModel
ZipException
public LocalFileHeader readLocalFileHeader(FileHeader fileHeader)
throws ZipException
fileHeader -
LocalFileHeader
ZipException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||