FilePathZip

This is a read-only file system that allows to access databases stored in a .zip or .jar file.

Methods
boolean canWrite()
boolean canWrite()
void createDirectory()
void createDirectory()
boolean createFile()
boolean createFile()
FilePath createTempFile(String suffix, boolean deleteOnExit, boolean inTempDir)
FilePath createTempFile(String suffix, boolean deleteOnExit, boolean inTempDir) throws IOException
void delete()
void delete()
boolean exists()
boolean exists()
FilePath getParent()
FilePath getParent()
FilePathZip getPath(String path)
FilePathZip getPath(String path)
String getScheme()
String getScheme()
boolean isAbsolute()
boolean isAbsolute()
boolean isDirectory()
boolean isDirectory()
long lastModified()
long lastModified()
void moveTo(FilePath newName, boolean atomicReplace)
void moveTo(FilePath newName, boolean atomicReplace)
ArrayList newDirectoryStream()
ArrayList newDirectoryStream()
InputStream newInputStream()
InputStream newInputStream() throws IOException
OutputStream newOutputStream(boolean append)
OutputStream newOutputStream(boolean append) throws IOException
FileChannel open(String mode)
FileChannel open(String mode) throws IOException
boolean setReadOnly()
boolean setReadOnly()
long size()
long size()
FilePath toRealPath()
FilePath toRealPath()
FilePath unwrap()
FilePath unwrap()