Пример #1
0
        internal override void ToSwf(SwfWriter w)
        {
            return; // NOT YET HANDLED

            uint start = (uint)w.Position;

            w.AppendTagIDAndLength(this.TagType, 0, true);
            w.AppendByte((byte)MajorVersion);
            w.AppendByte((byte)MinorVersion);
            w.AppendInt32(Product);
            w.AppendInt32(Edition);
            //w.AppendBytes(build);
            //w.AppendBytes(compilationDate);
            w.ResetLongTagLength(this.TagType, start, true);
        }
Пример #2
0
 internal override void ToSwf(SwfWriter w)
 {
     w.AppendByte((byte)PrimitiveType);
     w.AppendInt32(IntegerValue);
 }