public class DefaultZipMapFile extends java.lang.Object implements ZipMapFile
| Constructor and Description |
|---|
DefaultZipMapFile(byte[] bytes,
boolean directory) |
DefaultZipMapFile(java.io.File file) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBytes() |
boolean |
isDirectory() |
public DefaultZipMapFile(java.io.File file)
public DefaultZipMapFile(byte[] bytes,
boolean directory)
public byte[] getBytes()
getBytes in interface ZipMapFilepublic boolean isDirectory()
isDirectory in interface ZipMapFile