Skip to the content.

Home > rsc-tools > BaseRscEntry > (constructor)

BaseRscEntry.(constructor)

Constructs a new instance of the BaseRscEntry class

Signature:

constructor({ content }: {
        content: Uint8Array;
    });

Parameters

Parameter Type Description
{ content } { content: Uint8Array; }