zlib

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

Attributes

Graph
Supertypes
class Object
trait Any
class Object
trait Matchable
class Any
Self type
zlib.type

Members list

Value members

Concrete methods

def brotliCompress(buf: String | Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit
def brotliCompress(buf: String | Buffer, options: BrotliOptions, callback: Function2[Error | Null, Buffer, Unit]): Unit
def brotliDecompress(buf: Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit
def deflate(buf: String | Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit
def deflate(buf: String | Buffer, options: ZlibOptions, callback: Function2[Error | Null, Buffer, Unit]): Unit
def gunzip(buf: Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit
def gzip(buf: String | Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit
def gzip(buf: String | Buffer, options: ZlibOptions, callback: Function2[Error | Null, Buffer, Unit]): Unit
def inflate(buf: Buffer, callback: Function2[Error | Null, Buffer, Unit]): Unit

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
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