/* */
/* */ public SceneGraphStreamWriter(OutputStream outputStream)
/* */ throws IOException
/* */ {
/* 66 */ this.out = new DataOutputStream(outputStream);
/* 67 */ this.control = new StreamControl(this.out);
/* 68 */ this.control.writeStreamHeader();
/* */ }