Class: Reader

Reader~ Reader

Base class representing a Reader of data. The Reader's job is to take the supplied string and return an array of rawData objects that can be used to create Entities.

new Reader()

Source:
Reader/Reader.js

Members


read

Performs no conversion—just returns data as-is.
Source:
Reader/Reader.js