implicit final class ZlibExtensions extends AnyVal
Zlib Extensions
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- ZlibExtensions
- AnyVal
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- Any
- final def ##(): Int
- Definition Classes
- Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def deflateFuture(buffer: Data, options: CompressionOptions = null): Future[Buffer]
Asynchronously compresses a Buffer or string with Deflate.
Asynchronously compresses a Buffer or string with Deflate.
- Annotations
- @inline()
- def deflateRawFuture(buffer: Data, options: CompressionOptions = null): Future[Buffer]
Asynchronously compresses a Buffer or string with DeflateRaw.
Asynchronously compresses a Buffer or string with DeflateRaw.
- Annotations
- @inline()
- def getClass(): Class[_ <: AnyVal]
- Definition Classes
- AnyVal → Any
- def gunzipFuture(buffer: Data, options: CompressionOptions = null): Future[Buffer]
Decompress a Buffer or string with Gunzip.
Decompress a Buffer or string with Gunzip.
- Annotations
- @inline()
- def gzipFuture(buffer: Data, options: CompressionOptions = null): Future[Buffer]
Compress a Buffer or string with Gzip.
Compress a Buffer or string with Gzip.
- Annotations
- @inline()
- def inflateFuture(buffer: Data, options: CompressionOptions = null): Future[Buffer]
Decompress a Buffer or string with Inflate.
Decompress a Buffer or string with Inflate.
- Annotations
- @inline()
- def inflateRawFuture(buffer: Data, options: CompressionOptions = null): Future[Buffer]
Decompress a Buffer or string with InflateRaw.
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def toString(): String
- Definition Classes
- Any
- def unzipFuture(buffer: Data, options: CompressionOptions = null): Future[Buffer]
Decompress a Buffer or string with Unzip.
Decompress a Buffer or string with Unzip.
- Annotations
- @inline()
- val zlib: Zlib