org.entityfs.at4jzip.cap.fs
Interface FSCAt4jZipFileBacked

All Superinterfaces:
FileSystemCapability

public interface FSCAt4jZipFileBacked
extends FileSystemCapability

This file system capability is supported by the Zip file system using the At4J Zip implementation. It can be used to get the ZipFile backing the file system.

Since:
1.2
Author:
Karl Gustafsson
See Also:
FSCTAt4jZipFileBacked, FSCAt4jZipFileBackedUtil, ECAt4jZipEntry
In_jar:
entityfs-zipat4j

Method Summary
 ZipFile getZipFile()
          Get the ZipFile backing the file system.
 

Method Detail

getZipFile

ZipFile getZipFile()
Get the ZipFile backing the file system.