Interface for classes that read or write MapArchObject instances.
More...
|
| void | load (@NotNull BufferedReader reader, @NotNull A mapArchObject) throws IOException |
| | Parse a map arch object from a stream. More...
|
| |
| void | save (@NotNull Appendable appendable, @NotNull A mapArchObject, @Nullable MapFile mapFile) throws IOException |
| | Write a map arch object to a stream. More...
|
| |
Interface for classes that read or write MapArchObject instances.
- Author
- Andreas Kirschbaum
Definition at line 33 of file MapArchObjectParser.java.
◆ load()
Parse a map arch object from a stream.
- Parameters
-
| reader | the stream to read |
| mapArchObject | the map arch object to update |
- Exceptions
-
| IOException | if the stream cannot be read or if a parsing error occurs; the map arch object may have been partially updated |
◆ save()
The documentation for this interface was generated from the following file: