📄 stream-decoder.d.ts
/home/palash/git/site/node_modules/@grpc/grpc-js/build/src/stream-decoder.d.ts
Language: ts • Lines: 12
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[];
}