ResourceParser Class |
Namespace: Kit.Parsers
The ResourceParser type exposes the following members.
| Name | Description | |
|---|---|---|
| ParseMode | Return whether the parser works in text-mode or binary. | |
| SupportedExtensions | Return an array file extensions this parser can parse. | |
| SupportedTypes | Return an array of types this parser can work with – output for reading, input for saving. |
| Name | Description | |
|---|---|---|
| CanParse | Determines whether this parser can parse the specified type and path. | |
| Merge | Merge the contents of an object into the contents of another object. | |
| Read | Parse data for reading. | |
| Write | Parse data for writing. |