1.0.2 • Published 5 years ago

@save-ward/save-parser-abstract v1.0.2

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
5 years ago

@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.