public class FileMap extends Object
Constructor and Description |
---|
FileMap() |
Modifier and Type | Method and Description |
---|---|
boolean |
createFromZip(String origFileName,
ZipFile zipFile,
ZipEntry entry,
int length,
boolean readOnly) |
ZipEntry |
getZipEntry() |
static void |
readFully(InputStream is,
byte[] bytes) |
String |
toString() |
public boolean createFromZip(String origFileName, ZipFile zipFile, ZipEntry entry, int length, boolean readOnly)
public static void readFully(InputStream is, byte[] bytes) throws IOException
IOException
public ZipEntry getZipEntry()