Variable FileOutputStream._file

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