createReader()

Input / Files

Description

Creates a BufferedReader object for reading text from a file line by line.

Syntax

BufferedReader* createReader(std::string path)

Parameters

NameTypeDescription
pathstd::stringpath to the file

Returns

BufferedReader*

Related

Under the Hood

Implementation in Processing.h / Processing.cpp:

Loading...