Exemplo n.º 1
0
        internal override void Write(WzFileStream zs)
        {
            uint newoff = (uint)zs.Tell();

            if (this.Stream != null)
            {
                zs.WriteDataFromStream(this.Stream, this.Offset, this.Size);
            }

            this.Offset = newoff;
        }