UNPKG

sfcc-dev-mcp

Version:

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

34 lines (18 loc) 596 B
## Package: dw.io # Class InputStream ## Inheritance Hierarchy - Object - dw.io.InputStream ## Description The class represent a stream of bytes that can be read from the application. The InputStream itself doesn't provide any methods to read the data. Instead the InputStream can be chained with other classes like a XMLStreamReader to read data. ## Constructor Summary ## Method Summary ### close **Signature:** `close() : void` Closes the input stream. ## Method Detail ## Method Details ### close **Signature:** `close() : void` **Description:** Closes the input stream. ---