SWFProcessing.SWFModeller.ABCDataTypeWriter.WriteSI8 C# (CSharp) Method

WriteSI8() public method

public WriteSI8 ( int v ) : void
v int
return void
        public void WriteSI8(int v)
        {
            /* We assume that opcode validation elsewhere will permanently give us
             * protection from bad values here. */
            this.Write((byte)v);
        }