UNPKG

@runejs/core

Version:

Core logging, networking, and buffer functionality for RuneJS applications.

6 lines (5 loc) 201 B
import { ByteBuffer } from '../buffer'; export declare class Bzip2 { static compress(rawFileData: ByteBuffer): ByteBuffer; static decompress(compressedFileData: ByteBuffer): ByteBuffer; }