public class Zip64EndOfCentralDirectory extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
read(ZipFileData file,
DataInputSource dataInputSource,
long offset)
Read the Zip64 end of central directory record from the input stream and parse additional
ZipFileData from it. |
public static void read(ZipFileData file, DataInputSource dataInputSource, long offset) throws IOException
ZipFileData from it.IOExceptionCopyright © 2012–2021. All rights reserved.