UNPKG

sfcc-dev-mcp

Version:

MCP server for Salesforce B2C Commerce Cloud development assistance including logs, debugging, and development tools

41 lines (22 loc) 515 B
## Package: dw.io # Class FileReader ## Inheritance Hierarchy - Object - dw.io.Reader - dw.io.FileReader ## Description File reader class. ## Constructor Summary FileReader(file : File) Constructs the reader. FileReader(file : File, encoding : String) Constructs the reader. ## Method Summary ### close **Signature:** `close() : void` Closes the reader. ## Constructor Detail ## Method Detail ## Method Details ### close **Signature:** `close() : void` **Description:** Closes the reader. ---