public final class Exports extends Objs
Objs.Constructor<T extends Objs>, Objs.Property<T>
$as, $as, $cast, $delete, $get, $js, $set, create, create, defineProperties, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, newObject, newObject, preventExtensions, propertyIsEnumerable, seal, toLocaleString, toString, valueOf
public static Objs.Property<Number> Z_NO_FLUSH
public static Objs.Property<Number> Z_PARTIAL_FLUSH
public static Objs.Property<Number> Z_SYNC_FLUSH
public static Objs.Property<Number> Z_FULL_FLUSH
public static Objs.Property<Number> Z_FINISH
public static Objs.Property<Number> Z_BLOCK
public static Objs.Property<Number> Z_TREES
public static Objs.Property<Number> Z_OK
public static Objs.Property<Number> Z_STREAM_END
public static Objs.Property<Number> Z_NEED_DICT
public static Objs.Property<Number> Z_ERRNO
public static Objs.Property<Number> Z_STREAM_ERROR
public static Objs.Property<Number> Z_DATA_ERROR
public static Objs.Property<Number> Z_MEM_ERROR
public static Objs.Property<Number> Z_BUF_ERROR
public static Objs.Property<Number> Z_VERSION_ERROR
public static Objs.Property<Number> Z_NO_COMPRESSION
public static Objs.Property<Number> Z_BEST_SPEED
public static Objs.Property<Number> Z_BEST_COMPRESSION
public static Objs.Property<Number> Z_DEFAULT_COMPRESSION
public static Objs.Property<Number> Z_FILTERED
public static Objs.Property<Number> Z_HUFFMAN_ONLY
public static Objs.Property<Number> Z_RLE
public static Objs.Property<Number> Z_FIXED
public static Objs.Property<Number> Z_DEFAULT_STRATEGY
public static Objs.Property<Number> Z_BINARY
public static Objs.Property<Number> Z_TEXT
public static Objs.Property<Number> Z_ASCII
public static Objs.Property<Number> Z_UNKNOWN
public static Objs.Property<Number> Z_DEFLATED
public static Objs.Property<Number> Z_NULL
public static Deflate createDeflate(ZlibOptions options)
public static Deflate createDeflate()
public static DeflateRaw createDeflateRaw(ZlibOptions options)
public static DeflateRaw createDeflateRaw()
public static Gunzip createGunzip(ZlibOptions options)
public static Gunzip createGunzip()
public static Gzip createGzip(ZlibOptions options)
public static Gzip createGzip()
public static Inflate createInflate(ZlibOptions options)
public static Inflate createInflate()
public static InflateRaw createInflateRaw(ZlibOptions options)
public static InflateRaw createInflateRaw()
public static Unzip createUnzip(ZlibOptions options)
public static Unzip createUnzip()
public static void deflate(Buffer buf, Function.A2<? super Error,? super Object,? extends Void> callback)
public static void deflateRaw(Buffer buf, Function.A2<? super Error,? super Object,? extends Void> callback)
public static Object deflateRawSync(Buffer buf, ZlibOptions options)
public static Object deflateSync(Buffer buf, ZlibOptions options)
public static void gunzip(Buffer buf, Function.A2<? super Error,? super Object,? extends Void> callback)
public static Object gunzipSync(Buffer buf, ZlibOptions options)
public static void gzip(Buffer buf, Function.A2<? super Error,? super Object,? extends Void> callback)
public static Object gzipSync(Buffer buf, ZlibOptions options)
public static void inflate(Buffer buf, Function.A2<? super Error,? super Object,? extends Void> callback)
public static void inflateRaw(Buffer buf, Function.A2<? super Error,? super Object,? extends Void> callback)
public static Object inflateRawSync(Buffer buf, ZlibOptions options)
public static Object inflateSync(Buffer buf, ZlibOptions options)
public static void unzip(Buffer buf, Function.A2<? super Error,? super Object,? extends Void> callback)
public static Object unzipSync(Buffer buf, ZlibOptions options)
Copyright © 2018. All rights reserved.