SWFProcessing.SWFModeller.ABCDataTypeReader.Align8 C# (CSharp) Method

Align8() public method

Align to the next whole byte. If we're already on a byte boundary, the next byte position does not change.
public Align8 ( ) : void
return void
        public void Align8()
        {
            this.bufferedBits = 0;
        }