zlib

io.github.edadma.nodejs.zlib
object zlib extends ZlibModule

Attributes

Graph
Supertypes
trait ZlibModule
class Object
trait Any
class Object
trait Matchable
class Any
Show all
Self type
zlib.type

Members list

Value members

Inherited methods

def brotliCompress(buf: String | Buffer, options: BrotliOptions, callback: Function2[Error | Null, Buffer, Unit]): Unit

Attributes

Inherited from:
ZlibModule
def brotliCompress(buf: String | Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit

Attributes

Inherited from:
ZlibModule
def brotliDecompress(buf: Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit

Attributes

Inherited from:
ZlibModule

Attributes

Inherited from:
ZlibModule

Attributes

Inherited from:
ZlibModule

Attributes

Inherited from:
ZlibModule
def deflate(buf: String | Buffer, options: ZlibOptions, callback: Function2[Error | Null, Buffer, Unit]): Unit

Attributes

Inherited from:
ZlibModule
def deflate(buf: String | Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit

Attributes

Inherited from:
ZlibModule
def gunzip(buf: Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit

Attributes

Inherited from:
ZlibModule
def gzip(buf: String | Buffer, options: ZlibOptions, callback: Function2[Error | Null, Buffer, Unit]): Unit

Attributes

Inherited from:
ZlibModule
def gzip(buf: String | Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit

Attributes

Inherited from:
ZlibModule
def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def inflate(buf: Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit

Attributes

Inherited from:
ZlibModule
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object