Recurity.Swf.ZoneData.Write C# (CSharp) Méthode

Write() public méthode

Writes this object back to a stream
public Write ( Stream output ) : void
output Stream The stream to write to.
Résultat void
        public void Write(Stream output)
        {
            BitStream bits = new BitStream(output);

            bits.WriteBitsFB(16, this._alignmentCoordinate);
            bits.WriteBitsFB(16, this._range);
        }