public class EndOfCentralDirectoryRecord extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
CD_DISK_OFFSET |
static int |
CD_OFFSET_OFFSET |
static int |
CD_SIZE_OFFSET |
static int |
COMMENT_LENGTH_OFFSET |
static int |
DISK_ENTRIES_OFFSET |
static int |
DISK_NUMBER_OFFSET |
static int |
FIXED_DATA_SIZE |
static int |
SIGNATURE |
static int |
TOTAL_ENTRIES_OFFSET |
| Modifier and Type | Method and Description |
|---|---|
static void |
read(ZipFileData zipFileData,
DataInputSource dataInputSource,
long offset)
Read the end of central directory record from the input stream and parse
ZipFileData
from it. |
public static final int SIGNATURE
public static final int FIXED_DATA_SIZE
public static final int DISK_NUMBER_OFFSET
public static final int CD_DISK_OFFSET
public static final int DISK_ENTRIES_OFFSET
public static final int TOTAL_ENTRIES_OFFSET
public static final int CD_SIZE_OFFSET
public static final int CD_OFFSET_OFFSET
public static final int COMMENT_LENGTH_OFFSET
public static void read(ZipFileData zipFileData, DataInputSource dataInputSource, long offset) throws IOException
ZipFileData
from it.IOExceptionCopyright © 2012–2022. All rights reserved.