|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.millscript.commons.vfs.mime.AbstractMIMETypeHandler
org.millscript.commons.vfs.mime.zip.ZipMIMEHandler
public class ZipMIMEHandler
This class provides the "application/x-zip" MIME type handler.
| Constructor Summary | |
|---|---|
ZipMIMEHandler()
|
|
| Method Summary | |
|---|---|
VFile |
resolveAsFile(VFile file)
Resolves the specified VFile to a virtual file in a new virtual filesystem. |
VFolder |
resolveAsFolder(VFile file)
Resolves the specified VFile to a virtual folder in a new virtual filesystem. |
VVolume |
resolveAsVolume(VFile file)
Resolves the specified VFile to a new virtual filesystem volume. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ZipMIMEHandler()
| Method Detail |
|---|
public VFile resolveAsFile(VFile file)
MIMETypeHandler
file - the VFile to make the root volume from
MIMETypeHandler.resolveAsFile(org.millscript.commons.vfs.VFile)public VFolder resolveAsFolder(VFile file)
MIMETypeHandler
file - the VFile to make the folders root volume from
MIMETypeHandler.resolveAsFolder(org.millscript.commons.vfs.VFile)public VVolume resolveAsVolume(VFile file)
MIMETypeHandler
file - the VFile to make the root volume from
MIMETypeHandler.resolveAsVolume(org.millscript.commons.vfs.VFile)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||