public class HeaderReader extends Object
Constructor and Description |
---|
HeaderReader(RandomAccessFile zip4jRaf)
Creates a new HeaderReader object with the given input stream
|
Modifier and Type | Method and Description |
---|---|
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
|
public HeaderReader(RandomAccessFile zip4jRaf)
zip4jRaf
- 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
Copyright © 2013. All rights reserved.