object compress
- Source
- compress.scala
- Alphabetic
- By Inheritance
- compress
- 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
- @throws( ... )
-
def
deflate(level: Int = Deflater.DEFAULT_COMPRESSION, nowrap: Boolean = false, bufferSize: Int = 1024 * 32): Process1[ByteVector, ByteVector]
Returns a
Process1that deflates (compresses) its input elements using ajava.util.zip.Deflaterwith the parameterslevelandnowrap.Returns a
Process1that deflates (compresses) its input elements using ajava.util.zip.Deflaterwith the parameterslevelandnowrap.- level
the compression level (0-9)
- nowrap
if true then use GZIP compatible compression
- bufferSize
size of the internal buffer that is used by the compressor. Default size is 32 KB.
- Note
This process uses mutable state as an implementation detail which can become observable under certain conditions. See
MutableProcess1for more information.
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
-
def
inflate(nowrap: Boolean = false, bufferSize: Int = 1024 * 32): Process1[ByteVector, ByteVector]
Returns a
Process1that inflates (decompresses) its input elements using ajava.util.zip.Inflaterwith the parameternowrap.Returns a
Process1that inflates (decompresses) its input elements using ajava.util.zip.Inflaterwith the parameternowrap.- nowrap
if true then support GZIP compatible compression
- bufferSize
size of the internal buffer that is used by the decompressor. Default size is 32 KB.
- Note
This process uses mutable state as an implementation detail which can become observable under certain conditions. See
MutableProcess1for more information.
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
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
- @throws( ... )