Variable FileInputStream._file

class FileInputStream
{
  // ...
  std.stdio.File _file;
  // ...
}