Creates an InputStreamReader that uses the default charset.
import java.io.InputStreamReader; InputStreamReader input = new InputStreamReader(file);