| Package | Description |
|---|---|
| com.facebook.presto.druid.zip |
| Modifier and Type | Method and Description |
|---|---|
ZipFileData |
ZipFileData.createZipFileData(DataInputSource dataInputSource)
Finds, reads and parses ZIP file entries from the central directory.
|
static ZipFileData |
Zip64EndOfCentralDirectoryLocator.read(ZipFileData file,
DataInputSource dataInputSource,
long position)
Read the Zip64 end of central directory locator from the input stream and parse additional
ZipFileData from it. |
| Modifier and Type | Method and Description |
|---|---|
static ZipFileData |
Zip64EndOfCentralDirectoryLocator.read(ZipFileData file,
DataInputSource dataInputSource,
long position)
Read the Zip64 end of central directory locator from the input stream and parse additional
ZipFileData from it. |
static void |
Zip64EndOfCentralDirectory.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. |
static void |
EndOfCentralDirectoryRecord.read(ZipFileData zipFileData,
DataInputSource dataInputSource,
long offset)
Read the end of central directory record from the input stream and parse
ZipFileData
from it. |
static long |
CentralDirectoryFileHeader.read(ZipFileData fileData,
DataInputSource dataInputSource,
long fileOffset,
Charset charset) |
Copyright © 2012–2022. All rights reserved.