class FileVirtualJarFile extends FileVirtualBinaryFile with VirtualJarFile
- Alphabetic
- By Inheritance
- FileVirtualJarFile
- VirtualJarFile
- VirtualFileContainer
- FileVirtualBinaryFile
- VirtualBinaryFile
- FileVirtualFile
- VirtualFile
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
-
def
content: Array[Byte]
Returns the content of the file.
Returns the content of the file.
- Definition Classes
- FileVirtualBinaryFile → VirtualBinaryFile
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
exists: Boolean
Whether this file exists.
Whether this file exists. Reading a non-existent file may fail
- Definition Classes
- FileVirtualFile → VirtualFile
-
val
file: File
- Definition Classes
- FileVirtualFile
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
inputStream: InputStream
Returns a new InputStream of the file.
Returns a new InputStream of the file.
- Definition Classes
- FileVirtualBinaryFile → VirtualBinaryFile
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
def
listEntries[T](p: (String) ⇒ Boolean)(makeResult: (String, InputStream) ⇒ T): List[T]
Lists the entries of this container that satisfy a given predicate.
Lists the entries of this container that satisfy a given predicate.
- p
Predicate on the relative path of files to select.
- makeResult
Function building an element of the result list for an entry, given its relative path an
InputStream
of the content.makeResult
mayclose()
the input stream, but it is not mandatory. In any case, the input stream cannot be used aftermakeResult
returns.
- Definition Classes
- VirtualJarFile → VirtualFileContainer
-
def
name: String
Name of the file/writer, including extension
Name of the file/writer, including extension
- Definition Classes
- FileVirtualFile → VirtualFile
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
def
path: String
Path of the file, including everything.
Path of the file, including everything. Unique if possible (used for lookup).
- Definition Classes
- FileVirtualFile → VirtualFile
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- VirtualFile → AnyRef → Any
-
def
toURI: URI
URI for this virtual file
URI for this virtual file
- Definition Classes
- FileVirtualFile → VirtualFile
-
def
version: Option[String]
Optionally returns an implementation-dependent "version" token.
Optionally returns an implementation-dependent "version" token. Versions are compared with ==. If non-empty, a different version must be returned when the content changes. It should be equal if the content has not changed, but it is not mandatory. Such a token can be used by caches: the file need not be read and processed again if its version has not changed.
- Definition Classes
- FileVirtualFile → VirtualFile
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )