Files
whsfund/node_modules/@grpc/grpc-js/build/src/stream-decoder.d.ts
2026-03-06 04:54:20 -04:00

14 lines
394 B
TypeScript

/// <reference types="node" />
export declare class StreamDecoder {
private maxReadMessageLength;
private readState;
private readCompressFlag;
private readPartialSize;
private readSizeRemaining;
private readMessageSize;
private readPartialMessage;
private readMessageRemaining;
constructor(maxReadMessageLength: number);
write(data: Buffer): Buffer[];
}