Packages

c

cc.drx.Archive.SEVENZ

SevenZArchiveOutputStream

class SevenZArchiveOutputStream extends ArchiveOutputStream

these classes are required to simulate 7z file streaming like the rest of the commons-compress api

Source
archive.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SevenZArchiveOutputStream
  2. ArchiveOutputStream
  3. OutputStream
  4. Flushable
  5. Closeable
  6. AutoCloseable
  7. AnyRef
  8. Any
Implicitly
  1. by richDrxAny
  2. by DrxBoundOps
  3. by any2stringadd
  4. by StringFormat
  5. by Ensuring
  6. by ArrowAssoc
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new SevenZArchiveOutputStream(f: File)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. def +(other: String): String
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toany2stringadd[SevenZArchiveOutputStream] performed by method any2stringadd in scala.Predef.
    Definition Classes
    any2stringadd
  4. def ->[B](y: B): (SevenZArchiveOutputStream, B)
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toArrowAssoc[SevenZArchiveOutputStream] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @inline()
  5. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  6. def applyIf(t: Boolean, f: (SevenZArchiveOutputStream) => SevenZArchiveOutputStream): SevenZArchiveOutputStream
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toDrxAny[SevenZArchiveOutputStream] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  7. def applyIf(t: (SevenZArchiveOutputStream) => Boolean)(f: (SevenZArchiveOutputStream) => SevenZArchiveOutputStream): SevenZArchiveOutputStream

    better chaining for types

    better chaining for types

    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toDrxAny[SevenZArchiveOutputStream] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def canWriteEntryData(arg0: ArchiveEntry): Boolean
    Definition Classes
    ArchiveOutputStream
  10. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  11. def close(): Unit
    Definition Classes
    SevenZArchiveOutputStream → OutputStream → Closeable → AutoCloseable
  12. def closeArchiveEntry(): Unit
    Definition Classes
    SevenZArchiveOutputStream → ArchiveOutputStream
  13. def count(arg0: Long): Unit
    Attributes
    protected[archivers]
    Definition Classes
    ArchiveOutputStream
  14. def count(arg0: Int): Unit
    Attributes
    protected[archivers]
    Definition Classes
    ArchiveOutputStream
  15. def createArchiveEntry(jf: java.io.File, name: String): SevenZArchiveEntry
    Definition Classes
    SevenZArchiveOutputStream → ArchiveOutputStream
  16. def elementOf(xs: Set[SevenZArchiveOutputStream]): Boolean
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toDrxAny[SevenZArchiveOutputStream] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  17. def ensuring(cond: (SevenZArchiveOutputStream) => Boolean, msg: => Any): SevenZArchiveOutputStream
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toEnsuring[SevenZArchiveOutputStream] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  18. def ensuring(cond: (SevenZArchiveOutputStream) => Boolean): SevenZArchiveOutputStream
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toEnsuring[SevenZArchiveOutputStream] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  19. def ensuring(cond: Boolean, msg: => Any): SevenZArchiveOutputStream
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toEnsuring[SevenZArchiveOutputStream] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  20. def ensuring(cond: Boolean): SevenZArchiveOutputStream
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toEnsuring[SevenZArchiveOutputStream] performed by method Ensuring in scala.Predef.
    Definition Classes
    Ensuring
  21. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  22. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  23. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  24. def finish(): Unit
    Definition Classes
    SevenZArchiveOutputStream → ArchiveOutputStream
  25. def flush(): Unit
    Definition Classes
    OutputStream → Flushable
    Annotations
    @throws(classOf[java.io.IOException])
  26. def formatted(fmtstr: String): String
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toStringFormat[SevenZArchiveOutputStream] performed by method StringFormat in scala.Predef.
    Definition Classes
    StringFormat
    Annotations
    @inline()
  27. def getBytesWritten(): Long
    Definition Classes
    ArchiveOutputStream
  28. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  29. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  31. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def noneIf(f: (SevenZArchiveOutputStream) => Boolean): Option[SevenZArchiveOutputStream]
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toDrxAny[SevenZArchiveOutputStream] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. def optionIf(f: (SevenZArchiveOutputStream) => Boolean): Option[SevenZArchiveOutputStream]

    optionally wrap an object

    optionally wrap an object

    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toDrxAny[SevenZArchiveOutputStream] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  36. def preApply[B](f: (SevenZArchiveOutputStream) => B): B

    a preApply f => f(a)

    a preApply f => f(a)

    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toDrxAny[SevenZArchiveOutputStream] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  37. def putArchiveEntry(e: ArchiveEntry): Unit
    Definition Classes
    SevenZArchiveOutputStream → ArchiveOutputStream
  38. def setContentCompression(m: SevenZMethod): Unit
  39. def sideEffect(f: (SevenZArchiveOutputStream) => Unit): SevenZArchiveOutputStream

    side effect filter

    side effect filter

    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toDrxAny[SevenZArchiveOutputStream] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  40. def someIf(f: (SevenZArchiveOutputStream) => Boolean): Option[SevenZArchiveOutputStream]
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toDrxAny[SevenZArchiveOutputStream] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  41. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  42. val thisAny: SevenZArchiveOutputStream
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toDrxAny[SevenZArchiveOutputStream] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
  43. def till(maxArg: SevenZArchiveOutputStream): Bound[SevenZArchiveOutputStream]

    Bound construction since the Range constructor is deprecated

    Bound construction since the Range constructor is deprecated

    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toBoundOps[SevenZArchiveOutputStream] performed by method DrxBoundOps in cc.drx.predef.Enrich.This conversion will take place only if an implicit value of type Boundable[SevenZArchiveOutputStream] is in scope.
    Definition Classes
    BoundOps
  44. def toString(): String
    Definition Classes
    AnyRef → Any
  45. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  46. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  47. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  48. def write(b: Array[Byte], off: Int, len: Int): Unit
    Definition Classes
    SevenZArchiveOutputStream → OutputStream
  49. def write(arg0: Int): Unit
    Definition Classes
    ArchiveOutputStream → OutputStream
    Annotations
    @throws(classOf[java.io.IOException])
  50. def write(arg0: Array[Byte]): Unit
    Definition Classes
    OutputStream
    Annotations
    @throws(classOf[java.io.IOException])

Deprecated Value Members

  1. def ?>(f: (SevenZArchiveOutputStream) => Boolean): Option[SevenZArchiveOutputStream]

    alias for option if

    alias for option if

    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toDrxAny[SevenZArchiveOutputStream] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) to many symbols are hard to undertand

  2. def getCount(): Int
    Definition Classes
    ArchiveOutputStream
    Annotations
    @Deprecated
    Deprecated
  3. def |>[B](f: (SevenZArchiveOutputStream) => B): B
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toDrxAny[SevenZArchiveOutputStream] performed by method richDrxAny in cc.drx.predef.Enrich.
    Definition Classes
    DrxAny
    Annotations
    @deprecated
    Deprecated

    (Since version v0.2.15) use preApply if you must (symbols are concise without concision)

  4. def [B](y: B): (SevenZArchiveOutputStream, B)
    Implicit
    This member is added by an implicit conversion from SevenZArchiveOutputStream toArrowAssoc[SevenZArchiveOutputStream] performed by method ArrowAssoc in scala.Predef.
    Definition Classes
    ArrowAssoc
    Annotations
    @deprecated
    Deprecated

    (Since version 2.13.0) Use -> instead. If you still wish to display it as one character, consider using a font with programming ligatures such as Fira Code.

Inherited from ArchiveOutputStream

Inherited from OutputStream

Inherited from Flushable

Inherited from Closeable

Inherited from AutoCloseable

Inherited from AnyRef

Inherited from Any

Inherited by implicit conversion richDrxAny fromSevenZArchiveOutputStream to DrxAny[SevenZArchiveOutputStream]

Inherited by implicit conversion DrxBoundOps fromSevenZArchiveOutputStream to BoundOps[SevenZArchiveOutputStream]

Inherited by implicit conversion any2stringadd fromSevenZArchiveOutputStream to any2stringadd[SevenZArchiveOutputStream]

Inherited by implicit conversion StringFormat fromSevenZArchiveOutputStream to StringFormat[SevenZArchiveOutputStream]

Inherited by implicit conversion Ensuring fromSevenZArchiveOutputStream to Ensuring[SevenZArchiveOutputStream]

Inherited by implicit conversion ArrowAssoc fromSevenZArchiveOutputStream to ArrowAssoc[SevenZArchiveOutputStream]

Ungrouped