Home > rsc-tools > BaseRscEntry
BaseRscEntry class
Entry in an RSC file
Signature:
export declare abstract class BaseRscEntry 
Constructors
| Constructor | Modifiers | Description | 
|---|---|---|
| (constructor)({ content }) | Constructs a new instance of the BaseRscEntry class | 
    
Properties
| Property | Modifiers | Type | Description | 
|---|---|---|---|
| content | Uint8Array | Contents of the entry. | |
| used | <p>abstract</p><p>readonly</p> | 
      boolean | Whether this entry is used in the DMB file |