ZlibModule
io.github.edadma.nodejs.ZlibModule
trait ZlibModule extends Object
Attributes
- Graph
-
- Supertypes
-
class Objecttrait Anyclass Objecttrait Matchableclass Any
- Known subtypes
-
object zlib
Members list
Value members
Concrete methods
def brotliCompress(buf: String | Buffer, options: BrotliOptions, callback: Function2[Error | Null, Buffer, Unit]): Unit
def deflate(buf: String | Buffer, options: ZlibOptions, callback: Function2[Error | Null, Buffer, Unit]): Unit
def gzip(buf: String | Buffer, options: ZlibOptions, callback: Function2[Error | Null, Buffer, Unit]): Unit
Inherited methods
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
Attributes
- Inherited from:
- Object
In this article