public class ZipEntryFileProxy
extends java.io.File
Constructor and Description |
---|
ZipEntryFileProxy(ZipFileProxy zip,
java.util.zip.ZipFile zipfile,
java.lang.String path,
java.io.File parent)
Instantiates a new zip entry file proxy.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Equals.
|
boolean |
exists()
Exists.
|
java.io.File |
getAbsoluteFile()
Gets the absolute file.
|
java.lang.String |
getAbsolutePath()
Gets the absolute path.
|
java.io.File |
getCanonicalFile()
Gets the canonical file.
|
java.io.InputStream |
getInputStream()
Gets the input stream.
|
java.lang.String |
getName()
Gets the name.
|
java.io.File |
getParentFile()
Gets the parent file.
|
java.lang.String |
getPath()
Gets the path.
|
int |
hashCode()
Hash code.
|
boolean |
isAbsolute()
Checks if is absolute.
|
boolean |
isDirectory()
Checks if is directory.
|
java.io.File[] |
listFiles()
List files.
|
java.net.URI |
toURI()
To URI.
|
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, getCanonicalPath, getFreeSpace, getParent, getTotalSpace, getUsableSpace, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toPath, toString, toURL
public ZipEntryFileProxy(ZipFileProxy zip, java.util.zip.ZipFile zipfile, java.lang.String path, java.io.File parent)
zip
- the zipzipfile
- the zipfilepath
- the pathparent
- the parentpublic boolean exists()
exists
in class java.io.File
public int hashCode()
hashCode
in class java.io.File
public java.lang.String getName()
getName
in class java.io.File
public java.lang.String getPath()
getPath
in class java.io.File
public boolean isDirectory()
isDirectory
in class java.io.File
public boolean isAbsolute()
isAbsolute
in class java.io.File
public java.lang.String getAbsolutePath()
getAbsolutePath
in class java.io.File
public java.io.File getAbsoluteFile()
getAbsoluteFile
in class java.io.File
public java.io.File getCanonicalFile()
getCanonicalFile
in class java.io.File
public java.io.File getParentFile()
getParentFile
in class java.io.File
public java.net.URI toURI()
toURI
in class java.io.File
public boolean equals(java.lang.Object obj)
equals
in class java.io.File
obj
- the objpublic java.io.InputStream getInputStream() throws java.io.IOException
java.io.IOException
- Signals that an I/O exception has occurred.public java.io.File[] listFiles()
listFiles
in class java.io.File
Copyright 2006-2015 Reporting Standard S.L., C/ Torrecilla del Puerto 1, 28043, Madrid, Espaņa