object SevenZipUtils
- Source
- SevenZipUtils.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- SevenZipUtils
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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() @HotSpotIntrinsicCandidate()
- def entryExists(seven7File: File, entryName: String): Boolean
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getInputStreamForEntry(seven7File: File, entryName: String): Option[InputStream]
Return an optional InputStream given an 7Zip file and entry name within the file to read.
Return an optional InputStream given an 7Zip file and entry name within the file to read.
The caller is responsible for closing the returned InputStream
- def getInputStreamResourceForEntry(seven7File: File, entryName: String): Option[InputStreamResource]
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def inputStreamForEntry(seven7File: File, entryName: String): InputStream
Return an InputStream given an 7Zip file and entry name within the file to read.
Return an InputStream given an 7Zip file and entry name within the file to read.
The caller is responsible for closing the returned InputStream
- def inputStreamResourceForEntry(seven7File: File, entryName: String): InputStreamResource
- 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() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def open(file: File): SevenZFile
Open a 7-Zip File with support for multi-part archives (with names like file.7z.001)
- def openMultiPart(files: Seq[File]): SevenZFile
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- 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()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])