@save-ward/save-parser-abstract
v1.0.2
Published
Abstract save parser, provides the public API for public SaveWard parsers
Downloads
23
Readme
@save-ward/save-parser-abstract
The abstract save parser, provides the general API that concrete parsers implement.
Public Interface
constructor()
accepts a Buffer - contents of the save file to parse. Currently the abstract save parser has only one public method: parse()
that is specified to return the save file metadata.
Concrete Implementations
For an example of a concrete implementation of save parser, see the save-parser-skyrim subproject.