( file: NodeFile, encoding?: BufferEncoding )
| 192 | } |
| 193 | |
| 194 | readAsText ( file: NodeFile, encoding?: BufferEncoding ) { |
| 195 | this.readFile( file, 'text', encoding ) |
| 196 | } |
| 197 | |
| 198 | private createFileStream () { |
| 199 | if ( this.file?.stream ) { |
no test coverage detected