Class

org.apache.commons.vfs2.provider.zip

ZipFileObject

Related Doc: package zip

Permalink

class ZipFileObject extends AbstractFileObject[ZipFileSystem]

Linear Supertypes
AbstractFileObject[ZipFileSystem], FileObject, Closeable, Iterable[FileObject], Comparable[FileObject], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ZipFileObject
  2. AbstractFileObject
  3. FileObject
  4. Closeable
  5. Iterable
  6. Comparable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new ZipFileObject(name: AbstractFileName, entry: ZipEntry, fs: ZipFileSystem, zipExists: Boolean)

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def attachChild(childName: FileName): Unit

    Permalink
  6. def canRenameTo(arg0: FileObject): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  7. def childrenChanged(arg0: FileName, arg1: FileType): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def close(): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject → Closeable
    Annotations
    @throws( ... )
  10. def compareTo(arg0: FileObject): Int

    Permalink
    Definition Classes
    AbstractFileObject → Comparable
  11. def copyFrom(arg0: FileObject, arg1: FileSelector): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  12. def createFile(): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  13. def createFolder(): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  14. def delete(arg0: FileSelector): Int

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  15. def delete(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  16. def deleteAll(): Int

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  17. def doAttach(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  18. def doCreateFileContent(): FileContent

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  19. def doCreateFolder(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  20. def doDelete(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  21. def doDetach(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  22. def doGetAttributes(): Map[String, AnyRef]

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  23. def doGetCertificates(): Array[Certificate]

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  24. def doGetContentSize(): Long

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.zip]
    Definition Classes
    ZipFileObject → AbstractFileObject
  25. def doGetInputStream(): InputStream

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.zip]
    Definition Classes
    ZipFileObject → AbstractFileObject
  26. def doGetLastModifiedTime(): Long

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.zip]
    Definition Classes
    ZipFileObject → AbstractFileObject
  27. def doGetOutputStream(arg0: Boolean): OutputStream

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  28. def doGetRandomAccessContent(arg0: RandomAccessMode): RandomAccessContent

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  29. def doGetType(): FileType

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.zip]
    Definition Classes
    ZipFileObject → AbstractFileObject
  30. def doIsExecutable(): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  31. def doIsHidden(): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  32. def doIsReadable(): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  33. def doIsSameFile(arg0: FileObject): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  34. def doIsWriteable(): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  35. def doListChildren(): Array[String]

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider.zip]
    Definition Classes
    ZipFileObject → AbstractFileObject
  36. def doListChildrenResolved(): Array[FileObject]

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  37. def doRemoveAttribute(arg0: String): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  38. def doRename(arg0: FileObject): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  39. def doSetAttribute(arg0: String, arg1: Any): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  40. def doSetExecutable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  41. def doSetLastModifiedTime(arg0: Long): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  42. def doSetReadable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  43. def doSetWritable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  44. def endOutput(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  45. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  46. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  47. def exists(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  48. def finalize(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject → AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  49. def findFiles(arg0: FileSelector, arg1: Boolean, arg2: List[FileObject]): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  50. def findFiles(arg0: FileSelector): Array[FileObject]

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  51. def getAbstractFileSystem(): ZipFileSystem

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
  52. def getChild(arg0: String): FileObject

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  53. def getChildren(): Array[FileObject]

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  54. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  55. def getContent(): FileContent

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  56. def getFileContentInfoFactory(): FileContentInfoFactory

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
  57. def getFileOperations(): FileOperations

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  58. def getFileSystem(): FileSystem

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  59. def getInputStream(): InputStream

    Permalink
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  60. def getName(): FileName

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  61. def getOutputStream(arg0: Boolean): OutputStream

    Permalink
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  62. def getOutputStream(): OutputStream

    Permalink
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  63. def getParent(): FileObject

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  64. def getPublicURIString(): String

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  65. def getRandomAccessContent(arg0: RandomAccessMode): RandomAccessContent

    Permalink
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  66. def getType(): FileType

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  67. def getURL(): URL

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  68. def handleChanged(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  69. def handleCreate(arg0: FileType): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  70. def handleDelete(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  71. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  72. def holdObject(arg0: Any): Unit

    Permalink
    Definition Classes
    AbstractFileObject
  73. def injectType(arg0: FileType): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
  74. def isAttached(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  75. def isContentOpen(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
  76. def isExecutable(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  77. def isFile(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  78. def isFolder(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  79. def isHidden(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  80. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  81. def isReadable(): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  82. def isSameFile(arg0: FileObject): Boolean

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  83. def isWriteable(): Boolean

    Permalink
    Definition Classes
    ZipFileObject → AbstractFileObject → FileObject
  84. def iterator(): Iterator[FileObject]

    Permalink
    Definition Classes
    AbstractFileObject → Iterable
  85. def listFiles(arg0: FileSelector): List[FileObject]

    Permalink
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( ... )
  86. def moveTo(arg0: FileObject): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  87. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  88. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  89. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  90. def notifyAllStreamsClosed(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
  91. def onChange(): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  92. def onChildrenChanged(arg0: FileName, arg1: FileType): Unit

    Permalink
    Attributes
    protected[org.apache.commons.vfs2.provider]
    Definition Classes
    AbstractFileObject
    Annotations
    @throws( classOf[java.lang.Exception] )
  93. def refresh(): Unit

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  94. def resolveFile(arg0: String, arg1: NameScope): FileObject

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  95. def resolveFile(arg0: String): FileObject

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  96. def setExecutable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  97. def setReadable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  98. def setWritable(arg0: Boolean, arg1: Boolean): Boolean

    Permalink
    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  99. def setZipEntry(entry: ZipEntry): Unit

    Permalink
  100. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  101. def toString(): String

    Permalink
    Definition Classes
    AbstractFileObject → AnyRef → Any
  102. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  103. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  104. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractFileObject[ZipFileSystem]

Inherited from FileObject

Inherited from Closeable

Inherited from Iterable[FileObject]

Inherited from Comparable[FileObject]

Inherited from AnyRef

Inherited from Any

Ungrouped