convertRawData(rawData) {
        if (this.objectMode) {
            this.push(rawData);
        } else {
            throw new Error('Must be implemented by sub-class');