/* */ private File file;
/* */
/* */ public SceneGraphFileWriter(File file, SimpleUniverse universe, boolean writeUniverseContent, String fileDescription, Serializable fileUserData)
/* */ throws IOException, UnsupportedUniverseException
/* */ {
/* 100 */ this.fileControl = new RandomAccessFileControl();
/* 101 */ this.file = file;
/* 102 */ file.createNewFile();
/* */
/* 104 */ if (!file.canWrite()) {
/* 105 */ throw new IOException("Can not Write to File");