UNPKG

andrade-soulseek-downloader

Version:

Simple, safe Soulseek download library with built-in rate limiting to prevent bans

23 lines 579 B
export declare class Message { private data; private write; private pointer; constructor(buffer?: Buffer); int8(val?: number): any; int32(val?: number): any; str(val?: string): any; rawHexStr(val?: string | number): any; size(): number; seek(val: number): void; private write8; private write32; private writeStr; private writeRawHexStr; writeBuffer(buff: Buffer): this; private read8; private read32; private readStr; private readRawHexStr; getBuff(): Buffer; } //# sourceMappingURL=message.d.ts.map