RscEntry class
Entry representing a single file in an RSC file
Signature:
export declare class RscEntry extends BaseRscEntry
Extends: BaseRscEntry
Constructors
Constructor | Modifiers | Description |
---|---|---|
(constructor)({ path, type, encrypted, added, modified, padding, …options }) | Constructs a new instance of the RscEntry class |
Properties
Property | Modifiers | Type | Description |
---|---|---|---|
added | Date | Date this entry was added | |
encrypted | boolean | Whether this entry’s contents are encrypted | |
modified | Date | Date this entry was updated | |
padding | Uint8Array | Extra content at the end of the entry | |
path | string | Project relative path | |
type | ResourceType | The type of this entry. See ResourceType | |
used | readonly |
true | Whether this entry is used in the DMB file |