object Archive extends Serializable
- Source
- archive.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Archive
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- trait ArchiveGenerator extends IOGenerator[ArchiveReader, ArchiveWriter]
- trait ArchiveLib extends AnyRef
- class ArchiveReader extends Iterator[PathEntry]
- class ArchiveWriter extends AnyRef
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[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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()
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def tryWalk(reader: drx.Try[Option[ArchiveReader]], fe: => FileEntry): Iterator[FileEntry]
function to provide shared code with deepFileEntry and FileEntry, so it requires the strange fe geneerator argument
function to provide shared code with deepFileEntry and FileEntry, so it requires the strange fe geneerator argument
- Attributes
- protected
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- def walk(startingFile: File)(implicit lib: ArchiveLib): Iterator[FileEntry]
loop through directories looking for all files including archive files to unzip and stream
- def walkWithProgress(startingFile: File)(implicit lib: ArchiveLib): Iterator[(Ratio, FileEntry)]
loop through directories like walk, but first dive through all the files counting the number of files for a progress
- case object AR extends ArchiveGenerator with Product with Serializable
- case object ARJ extends ArchiveGenerator with Product with Serializable
- object ArchiveLib
- case object CPIO extends ArchiveGenerator with Product with Serializable
- case object DUMP extends ArchiveGenerator with Product with Serializable
- case object JAR extends ArchiveGenerator with Product with Serializable
- case object SEVENZ extends ArchiveGenerator with Product with Serializable
- case object TAR extends ArchiveGenerator with Product with Serializable
- case object TBZ2 extends ArchiveGenerator with Product with Serializable
- case object TGZ extends ArchiveGenerator with Product with Serializable
- case object TLZ4 extends ArchiveGenerator with Product with Serializable
- case object ZIP extends ArchiveGenerator with Product with Serializable