TapFormat.Write Method Definition Writes a tape file to a stream. protected override void Write(TapFile file, Stream stream); View source Parameters Name Type Description file TapFile The tape file to write. stream Stream The stream to write to.