org.apache.commons.vfs2.provider.zip

ZipFileObject

class ZipFileObject extends AbstractFileObject[ZipFileSystem]

Linear Supertypes
AbstractFileObject[ZipFileSystem], FileObject, Closeable, AutoCloseable, Iterable[FileObject], Comparable[FileObject], AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. ZipFileObject
  2. AbstractFileObject
  3. FileObject
  4. Closeable
  5. AutoCloseable
  6. Iterable
  7. Comparable
  8. AnyRef
  9. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

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

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

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

  8. def canRenameTo(arg0: FileObject): Boolean

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    AbstractFileObject → FileObject
    Annotations
    @throws( ... )
  53. def forEach(arg0: Consumer[_ >: FileObject]): Unit

    Definition Classes
    Iterable
  54. def getAbstractFileSystem(): ZipFileSystem

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

    Definition Classes
    Any
  84. def isReadable(): Boolean

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

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

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

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

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

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

    Definition Classes
    AnyRef
  91. final def notify(): Unit

    Definition Classes
    AnyRef
  92. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  93. def notifyAllStreamsClosed(): Unit

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

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

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

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

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

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

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

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

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

  103. def spliterator(): Spliterator[FileObject]

    Definition Classes
    Iterable
  104. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  105. def toString(): String

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AbstractFileObject[ZipFileSystem]

Inherited from FileObject

Inherited from Closeable

Inherited from AutoCloseable

Inherited from Iterable[FileObject]

Inherited from Comparable[FileObject]

Inherited from AnyRef

Inherited from Any

Ungrouped