public class ZipMap
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static ZipMap |
from(java.io.File zipFile,
boolean accountDataDescriptors) |
java.util.Map<java.lang.String,Entry> |
getEntries() |
java.io.File |
getFile() |
void |
parseCentralDirectoryRecord(java.nio.ByteBuffer buf,
java.nio.channels.FileChannel channel,
Entry entry) |
@NonNull public static ZipMap from(@NonNull java.io.File zipFile, boolean accountDataDescriptors) throws java.io.IOException
java.io.IOException@NonNull public java.util.Map<java.lang.String,Entry> getEntries()
public void parseCentralDirectoryRecord(@NonNull
java.nio.ByteBuffer buf,
@NonNull
java.nio.channels.FileChannel channel,
@NonNull
Entry entry)
throws java.io.IOException
java.io.IOExceptionpublic java.io.File getFile()