| Constructor and Description |
|---|
ZipSections(long centralDirectoryOffset,
long centralDirectorySizeBytes,
int centralDirectoryRecordCount,
long eocdOffset,
ByteBuffer eocd) |
| Modifier and Type | Method and Description |
|---|---|
long |
getZipCentralDirectoryOffset()
Returns the start offset of the ZIP Central Directory.
|
int |
getZipCentralDirectoryRecordCount()
Returns the number of records in the ZIP Central Directory.
|
long |
getZipCentralDirectorySizeBytes()
Returns the size (in bytes) of the ZIP Central Directory.
|
ByteBuffer |
getZipEndOfCentralDirectory()
Returns the contents of the ZIP End of Central Directory.
|
long |
getZipEndOfCentralDirectoryOffset()
Returns the start offset of the ZIP End of Central Directory record.
|
public ZipSections(long centralDirectoryOffset,
long centralDirectorySizeBytes,
int centralDirectoryRecordCount,
long eocdOffset,
ByteBuffer eocd)
public long getZipCentralDirectoryOffset()
public long getZipCentralDirectorySizeBytes()
public int getZipCentralDirectoryRecordCount()
public long getZipEndOfCentralDirectoryOffset()
public ByteBuffer getZipEndOfCentralDirectory()
Copyright © 2016. All rights reserved.